Class SubjectDirectoryAttributes
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class SubjectDirectoryAttributes : Asn1Encodable, IAsn1Convertible
- Inheritance
-
SubjectDirectoryAttributes
- Implements
-
- Inherited Members
-
Constructors
SubjectDirectoryAttributes(IList<AttributeX509>)
public SubjectDirectoryAttributes(IList<AttributeX509> attributes)
Parameters
attributes IList<AttributeX509>
Properties
Attributes
public IEnumerable<AttributeX509> Attributes { get; }
Property Value
- IEnumerable<AttributeX509>
Methods
GetInstance(Asn1TaggedObject, bool)
public static SubjectDirectoryAttributes GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- SubjectDirectoryAttributes
GetInstance(object)
public static SubjectDirectoryAttributes GetInstance(object obj)
Parameters
obj object
Returns
- SubjectDirectoryAttributes
GetTagged(Asn1TaggedObject, bool)
public static SubjectDirectoryAttributes GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- SubjectDirectoryAttributes
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object