Metoda AsymmetricKey.Create (String, AsymmetricKeySourceType)
Tworzy klucz asymetrycznego na wystąpienie SQL Server przez załadowanie klucz asymetrycznego z określonego źródło.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Create ( _
keySource As String, _
sourceType As AsymmetricKeySourceType _
)
'Użycie
Dim instance As AsymmetricKey
Dim keySource As String
Dim sourceType As AsymmetricKeySourceType
instance.Create(keySource, sourceType)
public void Create(
string keySource,
AsymmetricKeySourceType sourceType
)
public:
void Create(
String^ keySource,
AsymmetricKeySourceType sourceType
)
member Create :
keySource:string *
sourceType:AsymmetricKeySourceType -> unit
public function Create(
keySource : String,
sourceType : AsymmetricKeySourceType
)
Parametry
- 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.
Zobacz także