ICertificateFactory Interface
Defines methods that are used to create certificate objects.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface ICertificateFactory
'Usage
Dim instance As ICertificateFactory
public interface ICertificateFactory
public interface class ICertificateFactory
type ICertificateFactory = interface end
public interface ICertificateFactory
The ICertificateFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateCertificate | Creates an IMutableCertificate object that belongs to the specified IDatabase object and has the specified name. |
Top