Click or drag to resize

CRLFlagRemove Method

Removes Certificate Revocation List (CRL) flags from a specified Certification Authority. Multiple flags can be removed at the time.

Namespace:  PKI.CertificateServices.Flags
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Remove(
	CRLFlagEnum flags
)

Parameters

flags
Type: PKI.CertificateServices.FlagsCRLFlagEnum
One or more flags defined in CRLFlagEnum enumeration.
See Also