InterfaceFlagEnum Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.CertificateServices.Flags
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags are defined. | |
| LockICertRequest | 1 | The behavior for this flag is not defined and it should not be used. | |
| NoRemoteICertRequest | 2 | The CA will not issue any certificates or hold pending any requests for remote users. | |
| NoLocalICertRequest | 4 | The CA will not issue any certificates or hold pending any requests for local users. | |
| NoRPCICertRequest | 8 | The CA will not issue any certificates or hold pending any requests for callers using the ICertPassage interface. | |
| NoRemoteICertAdmin | 16 | No access to Certificate Services Remote Administration Protocol methods for remote callers. | |
| NoLocalICertAdmin | 32 | No access to Certificate Services Remote Administration Protocol methods for local callers. | |
| NoRemoteICertAdminBackup | 64 | The CA restricts access to the backup-related methods of this protocol for remote callers. | |
| NoLocalICertAdminBackup | 128 | The CA restricts access to the backup-related methods of this protocol for local callers. | |
| NoSnapshotBackup | 256 | The database files cannot be backed up using a mechanism other than the methods of the ICertAdmin2 interface. | |
| EnforceEncryptICertRequest | 512 | 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 | |
| EnforceEncryptICertAdmin | 1024 | 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). | |
| EnableExitKeyRetrieval | 2048 | Enables an exit algorithm to retrieve the Encrypted private-Key Blob. | |
| EnableAdminAsAuditor | 4096 | Only CA administrators can update the CA audit filter settings. |