Third party Certificate Authority (CA) connector interface.
Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As ICertificateServer

Syntax

Visual Basic
Public Interface ICertificateServer
C#
public interface ICertificateServer
C++
public interface class ICertificateServer
J#
public interface ICertificateServer
JScript
public interface ICertificateServer

Remarks

Notes to Implementers: This interface must be implemented by precisely one public class in a connector assembly.

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