Share via


IAsymmetricKeyFactory Interface

Defines methods that create asymmetric key objects.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IAsymmetricKeyFactory
'Usage
Dim instance As IAsymmetricKeyFactory
public interface IAsymmetricKeyFactory
public interface class IAsymmetricKeyFactory
type IAsymmetricKeyFactory =  interface end
public interface IAsymmetricKeyFactory

The IAsymmetricKeyFactory type exposes the following members.

Methods

  Name Description
Public method CreateAsymmetricKey Creates an IMutableAsymmetricKey object that belongs to the specified IDatabase object and has the specified name.

Top