Click or drag to resize

InterfaceFlagEnum Enumeration

Defines CA management and request flags.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  PKI.CertificateServices.Flags
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum InterfaceFlagEnum
Members
  Member nameValueDescription
None0 No flags are defined.
LockICertRequest1 The behavior for this flag is not defined and it should not be used.
NoRemoteICertRequest2 The CA will not issue any certificates or hold pending any requests for remote users.
NoLocalICertRequest4 The CA will not issue any certificates or hold pending any requests for local users.
NoRPCICertRequest8 The CA will not issue any certificates or hold pending any requests for callers using the ICertPassage interface.
NoRemoteICertAdmin16 No access to Certificate Services Remote Administration Protocol methods for remote callers.
NoLocalICertAdmin32 No access to Certificate Services Remote Administration Protocol methods for local callers.
NoRemoteICertAdminBackup64 The CA restricts access to the backup-related methods of this protocol for remote callers.
NoLocalICertAdminBackup128 The CA restricts access to the backup-related methods of this protocol for local callers.
NoSnapshotBackup256 The database files cannot be backed up using a mechanism other than the methods of the ICertAdmin2 interface.
EnforceEncryptICertRequest512 a RPC security settings (defined in 2.2.1.1.8 Authentication Levels) should be defined for all RPC connections to the server for certificate-request operations
EnforceEncryptICertAdmin1024 a RPC security settings (defined in 2.2.1.1.8 Authentication Levels) should be defined for all RPC connections to the server for certificate administrative operations (the methods defined in the ICertAdmin2 interface).
EnableExitKeyRetrieval2048 Enables an exit algorithm to retrieve the Encrypted private-Key Blob.
EnableAdminAsAuditor4096 Only CA administrators can update the CA audit filter settings.
See Also