CRLFlagAdd Method

Adds Certificate Revocation List (CRL) flags to enable on a specified Certification Authority. Multiple flags can be added 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 Add(
	CRLFlagEnum flags
)

Parameters

flags  CRLFlagEnum
One or more flags defined in CRLFlagEnum enumeration.

Exceptions

ArgumentExceptionThe data in the flags parameter contains Certificate Revocation List flags that are not supported by a current Certification Authority version.

See Also