Table of Contents

Class SubjectDirectoryAttributes

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SubjectDirectoryAttributes : Asn1Encodable, IAsn1Convertible
Inheritance
SubjectDirectoryAttributes
Implements
Inherited Members

Constructors

SubjectDirectoryAttributes(ArrayList)

[Obsolete]
public SubjectDirectoryAttributes(ArrayList attributes)

Parameters

attributes ArrayList

SubjectDirectoryAttributes(IList)

public SubjectDirectoryAttributes(IList attributes)

Parameters

attributes IList

Properties

Attributes

public IEnumerable Attributes { get; }

Property Value

IEnumerable

Methods

GetInstance(object)

public static SubjectDirectoryAttributes GetInstance(object obj)

Parameters

obj object

Returns

SubjectDirectoryAttributes

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object