Click or drag to resize

CRLFlagAdd Method

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

Parameters

flags
Type: PKI.CertificateServices.FlagsCRLFlagEnum
One or more flags defined in CRLFlagEnum enumeration.
Exceptions
ExceptionCondition
ArgumentExceptionThe data in the flags parameter contains Certificate Revocation List flags that are not supported by a current Certification Authority version.
See Also