Defines types of certificates.
Namespace: Microsoft.Clm.Shared.Certificates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As CertificateType

Syntax

Visual Basic
Public Enumeration CertificateType
C#
public enum CertificateType
C++
public enum class CertificateType
J#
public enum CertificateType
JScript
public enum CertificateType

Members

Member name Description
External The certificate has been imported for the user from an external certification authority (CA).
Native The certificate is fully managed by FIM CM.
None No certificate type information is specified.

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