Class AttributeX509
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class AttributeX509 : Asn1Encodable, IAsn1Convertible
- Inheritance
-
AttributeX509
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
AttributeX509(DerObjectIdentifier, Asn1Set)
public AttributeX509(DerObjectIdentifier attrType, Asn1Set attrValues)
Parameters
attrType DerObjectIdentifier
attrValues Asn1Set
Properties
AttrType
public DerObjectIdentifier AttrType { get; }
Property Value
- DerObjectIdentifier
AttrValues
public Asn1Set AttrValues { get; }
Property Value
- Asn1Set
Methods
GetAttributeValues()
public Asn1Encodable[] GetAttributeValues()
Returns
- Asn1Encodable[]
GetInstance(Asn1TaggedObject, bool)
public static AttributeX509 GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- AttributeX509
GetInstance(object)
public static AttributeX509 GetInstance(object obj)
Parameters
obj object
Returns
- AttributeX509
GetTagged(Asn1TaggedObject, bool)
public static AttributeX509 GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- AttributeX509
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object