AsymmetricKey.Create メソッド

定義

オーバーロード

名前 説明
Create(AsymmetricKeyEncryptionAlgorithm)

指定された暗号化アルゴリズムに基づいて非対称キーを作成します。

Create(AsymmetricKeyEncryptionAlgorithm, String)

指定された暗号化アルゴリズムに基づいて非対称キーを作成します。 パスワードは、キーの暗号化に使用するパスワードを指定します。

Create(String, AsymmetricKeySourceType)

指定したソースからキーを読み込みます。

Create(String, AsymmetricKeySourceType, String)

指定したソースからキーを読み込みます。 パスワードは、キーの暗号化に使用するパスワードを指定します。

Create(String, String, CreateDispositionType, AsymmetricKeySourceType)

Create(AsymmetricKeyEncryptionAlgorithm)

指定された暗号化アルゴリズムに基づいて非対称キーを作成します。

public void Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm);
member this.Create : Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm -> unit
Public Sub Create (encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm)

パラメーター

encryptionAlgorithm
AsymmetricKeyEncryptionAlgorithm

適用対象

Create(AsymmetricKeyEncryptionAlgorithm, String)

指定された暗号化アルゴリズムに基づいて非対称キーを作成します。 パスワードは、キーの暗号化に使用するパスワードを指定します。

public void Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm, string password);
member this.Create : Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm * string -> unit
Public Sub Create (encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm, password As String)

パラメーター

encryptionAlgorithm
AsymmetricKeyEncryptionAlgorithm
password
String

適用対象

Create(String, AsymmetricKeySourceType)

指定したソースからキーを読み込みます。

public void Create(string keySource, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType);
member this.Create : string * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType -> unit
Public Sub Create (keySource As String, sourceType As AsymmetricKeySourceType)

パラメーター

keySource
String

適用対象

Create(String, AsymmetricKeySourceType, String)

指定したソースからキーを読み込みます。 パスワードは、キーの暗号化に使用するパスワードを指定します。

public void Create(string keySource, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType, string password);
member this.Create : string * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType * string -> unit
Public Sub Create (keySource As String, sourceType As AsymmetricKeySourceType, password As String)

パラメーター

keySource
String
password
String

適用対象

Create(String, String, CreateDispositionType, AsymmetricKeySourceType)

public void Create(string providerAlgorithm, string providerKeyName, Microsoft.SqlServer.Management.Smo.CreateDispositionType createDispositionType, Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType sourceType);
member this.Create : string * string * Microsoft.SqlServer.Management.Smo.CreateDispositionType * Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType -> unit
Public Sub Create (providerAlgorithm As String, providerKeyName As String, createDispositionType As CreateDispositionType, sourceType As AsymmetricKeySourceType)

パラメーター

providerAlgorithm
String
providerKeyName
String
createDispositionType
CreateDispositionType

適用対象