EditFlagAdd Method

Adds policy module flags to enable on a specified Certification Authority. Multiple flags can be added at the time.

Definition

Namespace: PKI.CertificateServices.PolicyModule
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Add(
	PolicyModuleFlagEnum flags
)

Parameters

flags  PolicyModuleFlagEnum
One or more flags defined in PolicyModuleFlagEnum enumeration.

Exceptions

UninitializedObjectExceptionIf the object is not initialized through one of the class constructors.
ArgumentExceptionThe data in the flags parameter contains policy module flags that are not supported by a current Certification Authority version.

See Also