Contains Boolean methods that indicate whether or not the certificate server implements particular functions.
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.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also