Click or drag to resize

DsKraContainerRemoveCertificate Method

Removes KRA certificate from the current KRA container.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool RemoveCertificate(
	DsCertificateEntry entry
)

Parameters

entry
Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCertificateEntry
CA certificate to remove

Return Value

Type: Boolean
True if specified certificate entry was found, otherwise False.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry parameter is null.
See Also