Click or drag to resize

X509CTLEntryCollectionAdd Method

Adds an X509CTLEntry object to the X509CTLEntryCollection object.

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
)

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
ExceptionCondition
AccessViolationExceptionThe 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