Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As Capability |
Syntax
Visual Basic |
---|
Public Enumeration Capability |
C# |
---|
public enum Capability |
C++ |
---|
public enum class Capability |
J# |
---|
public enum Capability |
JScript |
---|
public enum Capability |
Members
Member name | Description |
---|---|
GetCertificate | Indicates whether the certificate server supports GetCertificate functionality. |
GetCrl | Indicates whether the certificate server supports GetCtrl functionality. |
KeyArchival | Indicates whether the certificate server supports key archival functionality. |
KeyRecovery | Indicates whether the certificate server supports functionality to recover keys. |
PublishCrl | Indicates whether the certificate server supports the functionality to publish Certificate Revocation Lists (CRLs). |
Reinstate | Indicates whether the certificate server supports the functionality to reinstate certificates that were previously suspended. |
Suspend | Indicates whether the certificate server supports the functionality to suspend certificates. See also Reinstate. |
UpdateCertificateStatus | Indicates whether the certificate server supports the functionality to update the status of a certificate. |