AsymmetricKey.Create Method (String, AsymmetricKeySourceType, String)
SQL Server 2012
Creates an asymmetric key on the instance of SQL Server by loading the specified asymmetric key and by using the specified password.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Create( string keySource, AsymmetricKeySourceType sourceType, string password )
Parameters
- keySource
- Type: System.String
A String value that specifies the source from which to load the asymmetric key.
- sourceType
- Type: Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType
An AsymmetricKeySourceType object value that specifies the type of source from which to load the asymmetric key.
- password
- Type: System.String
A String value that specifies the password with which the key is encrypted.
