Click or drag to resize

KRAFlagAdd Method

Adds Key Recovery Agent (KRA) 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(
	KRAFlagEnum flags
)

Parameters

flags
Type: PKI.CertificateServices.FlagsKRAFlagEnum
One or more flags defined in KRAFlagEnum enumeration.
Exceptions
ExceptionCondition
ArgumentExceptionThe data in the flags parameter contains Key Recovery Agent flags that are not supported by a current Certification Authority version.
See Also