X509CTLEntryCollectionAdd Method |
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public override void Add(
X509CTLEntry entry
)
Public Overrides Sub Add (
entry As X509CTLEntry
)
public:
virtual void Add(
X509CTLEntry^ entry
) override
abstract Add :
entry : X509CTLEntry -> unit
override Add :
entry : X509CTLEntry -> unit
Parameters
- entry
- Type: System.Security.Cryptography.X509CertificatesX509CTLEntry
The X509CTLEntry object to add to the collection.
Return Value
Type:
The index of the added
X509CTLEntry object.
Implements
ICollectionTAdd(T)Exceptions Exception | Condition |
---|
AccessViolationException | The collection is closed and is read-only. |
Remarks
Use this method to add an
X509CTLEntry object to an existing collection at the current location.
The method returns a '-1' value if the object is already in the collection.
See Also