CRLFlagRemove Method

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

Definition

Namespace: PKI.CertificateServices.Flags
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Remove(
	CRLFlagEnum flags
)

Parameters

flags  CRLFlagEnum
One or more flags defined in CRLFlagEnum enumeration.

See Also