Metoda Create (String, AsymmetricKeySourceType, String)
Tworzy klucz asymetrycznego na wystąpienie SQL Server przez załadowanie określonego klucz asymetrycznego i przy użyciu określonego hasła.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub Create ( _
keySource As String, _
sourceType As AsymmetricKeySourceType, _
password As String _
)
'Użycie
Dim instance As AsymmetricKey
Dim keySource As String
Dim sourceType As AsymmetricKeySourceType
Dim password As String
instance.Create(keySource, sourceType, _
password)
public void Create(
string keySource,
AsymmetricKeySourceType sourceType,
string password
)
public:
void Create(
String^ keySource,
AsymmetricKeySourceType sourceType,
String^ password
)
member Create :
keySource:string *
sourceType:AsymmetricKeySourceType *
password:string -> unit
public function Create(
keySource : String,
sourceType : AsymmetricKeySourceType,
password : String
)
Parameters
- keySource
Typ: System. . :: . .String
A String wartość, która określa źródło, z którego można załadować klucz asymetrycznego.
- sourceType
Typ: Microsoft.SqlServer.Management.Smo. . :: . .AsymmetricKeySourceType
AsymmetricKeySourceType Wartość obiektu, który określa typ źródło, z którego można załadować klucz asymetrycznego.
- password
Typ: System. . :: . .String
A String wartość, która określa hasło, z którym jest zaszyfrowany klucz.
Zobacz także