Method | Description | |
---|---|---|
Add ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : int |
Adds a DistinguishedName to the end of the DistinguishedNameList.
|
|
Clear ( ) : void |
Removes all elements from the DistinguishedNameList.
|
|
Clone ( ) : object |
Creates a shallow copy of the DistinguishedNameList.
|
|
Contains ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : bool |
Determines whether an element is in the DistinguishedNameList.
|
|
CopyTo ( |
Copies the entire DistinguishedNameList to a compatible one-dimensional Array, starting at the specified index of the target array.
|
|
DistinguishedNameList ( ) : System |
Initializes a new DistinguishedNameList instance.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator for the entire DistinguishedNameList.
|
|
IndexOf ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : int |
Searches for the specified DistinguishedName and returns the zero-based index of the first occurrence within the entire DistinguishedNameList.
|
|
Insert ( int index, Org.Mentalis.Security.Certificates.DistinguishedName value ) : void |
Inserts an element into the DistinguishedNameList at the specified index.
|
|
Remove ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : void |
Removes the first occurrence of a specific object from the DistinguishedNameList.
|
|
RemoveAt ( int index ) : void |
Removes the element at the specified index of the DistinguishedNameList.
|
|
this ( int index ) : Org.Mentalis.Security.Certificates.DistinguishedName |
Gets or sets the element at the specified index.
|
Method | Description | |
---|---|---|
DistinguishedNameList ( |
Initializes a new DistinguishedNameList instance.
|
public Add ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : int | ||
value | Org.Mentalis.Security.Certificates.DistinguishedName | The |
return | int |
public Contains ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : bool | ||
value | Org.Mentalis.Security.Certificates.DistinguishedName | The Object to locate in the DistinguishedNameList. The element to locate cannot be a null reference (Nothing in Visual Basic). |
return | bool |
public CopyTo ( |
||
array | The one-dimensional Array that is the destination of the elements copied from DistinguishedNameList. The Array must have zero-based indexing. | |
index | int | The zero-based index in |
return | void |
public IndexOf ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : int | ||
value | Org.Mentalis.Security.Certificates.DistinguishedName | The DistinguishedName to locate in the DistinguishedNameList. |
return | int |
public Insert ( int index, Org.Mentalis.Security.Certificates.DistinguishedName value ) : void | ||
index | int | The zero-based index at which |
value | Org.Mentalis.Security.Certificates.DistinguishedName | The |
return | void |
public Remove ( Org.Mentalis.Security.Certificates.DistinguishedName value ) : void | ||
value | Org.Mentalis.Security.Certificates.DistinguishedName | The |
return | void |
public RemoveAt ( int index ) : void | ||
index | int | The zero-based index of the element to remove. |
return | void |
public this ( int index ) : Org.Mentalis.Security.Certificates.DistinguishedName | ||
index | int | The zero-based index of the element to get or set. |
return | Org.Mentalis.Security.Certificates.DistinguishedName |