public class X500RdnAttributeCollection : BasicCollection<X500RdnAttribute>
Public Class X500RdnAttributeCollection
Inherits BasicCollection(Of X500RdnAttribute)
public ref class X500RdnAttributeCollection : public BasicCollection<X500RdnAttribute^>
type X500RdnAttributeCollection =
class
inherit BasicCollection<X500RdnAttribute>
end
X500RdnAttributeCollection | Initializes a new instance of the X500RdnAttributeCollection class |
Count | (Inherited from BasicCollectionT) |
IsReadOnly | (Inherited from BasicCollectionT) |
ItemInt32 | (Inherited from BasicCollectionT) |
ItemString | Gets an X500RdnAttribute object from the X500RdnAttributeCollection object. |
Add | (Inherited from BasicCollectionT) |
AddRange | (Inherited from BasicCollectionT) |
Clear | (Inherited from BasicCollectionT) |
Contains | (Inherited from BasicCollectionT) |
CopyTo | (Inherited from BasicCollectionT) |
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 BasicCollectionT) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
IndexOf | (Inherited from BasicCollectionT) |
Insert | (Inherited from BasicCollectionT) |
MemberwiseClone | (Inherited from Object) |
Remove | (Inherited from BasicCollectionT) |
RemoveAt | (Inherited from BasicCollectionT) |
ToDistinguishedName | Converts current collection to an instance of X500DistinguishedName class. |
ToString | (Inherited from Object) |
InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |