Click or drag to resize

InterfaceFlagRemove Method

Removes management interface flags from a specified Certification Authority. Multiple flags can be removed 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 Remove(
	InterfaceFlagEnum flags
)

Parameters

flags
Type: PKI.CertificateServices.FlagsInterfaceFlagEnum
One or more flags defined in InterfaceFlagEnum enumeration.
See Also