Click or drag to resize

InterfaceFlag Constructor

Initializes a new instance of the InterfaceFlag class

Namespace:  PKI.CertificateServices.Flags
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public InterfaceFlag(
	CertificateAuthority certificateAuthority
)

Parameters

certificateAuthority
Type: PKI.CertificateServicesCertificateAuthority
Specifies an existing CertificateAuthority object.
Exceptions
ExceptionCondition
UninitializedObjectExceptionAn object in the certificateAuthority parameter is not initialized.
See Also