Adds a DistinguishedName to the end of the DistinguishedNameList.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public int Add( DistinguishedName value ) |
Visual Basic |
---|
Public Function Add ( _ value As DistinguishedName _ ) As Integer |
Visual C++ |
---|
public: int Add( DistinguishedName^ value ) |
Parameters
- value
- Type: LLCryptoLib.Security.Certificates..::..DistinguishedName
The DistinguishedName to be added to the end of the DistinguishedNameList.
Return Value
The list index at which the value has been added.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
System..::..NotSupportedException | The list is read-only -or- the list has a fixed size. |