Capability Enumeration

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

'Usage
Dim instance As Capability

Syntax

'Declaration
Public Enumeration Capability
public enum Capability
public enum class Capability
public enum Capability
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

Reference

Microsoft.Clm.Shared.CertificateServer Namespace