X500RdnAttributeCollection Class

Represents a collection of X500RdnAttribute objects. For display purposes RDN attributes are stored in this collection in reverse order than they stored in binary form.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public class X500RdnAttributeCollection : BasicCollection<X500RdnAttribute>
Inheritance
Object    BasicCollection<X500RdnAttribute>    X500RdnAttributeCollection

Constructors

X500RdnAttributeCollectionInitializes a new instance of the X500RdnAttributeCollection class

Properties

Count
(Inherited from BasicCollection<T>)
IsReadOnly
(Inherited from BasicCollection<T>)
Item[Int32]
(Inherited from BasicCollection<T>)
Item[String] Gets an X500RdnAttribute object from the X500RdnAttributeCollection object.

Methods

Add
(Inherited from BasicCollection<T>)
AddRange
(Inherited from BasicCollection<T>)
Clear
(Inherited from BasicCollection<T>)
Contains
(Inherited from BasicCollection<T>)
CopyTo
(Inherited from BasicCollection<T>)
Decode Decodes ASN.1 encoded byte array to an array of X500RdnAttribute objects.
Encode Encodes an array of X500RdnAttribute to an ASN.1-encoded byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator
(Inherited from BasicCollection<T>)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IndexOf
(Inherited from BasicCollection<T>)
Insert
(Inherited from BasicCollection<T>)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from BasicCollection<T>)
RemoveAt
(Inherited from BasicCollection<T>)
ToDistinguishedName Converts current collection to an instance of X500DistinguishedName class.
ToString
(Inherited from Object)

Fields

InternalList Gets internal list.
(Inherited from BasicCollection<T>)

See Also