次の方法で共有


Encryption コンストラクター

定義

オーバーロード

Encryption()

Encryption クラスの新しいインスタンスを初期化します。

Encryption(KeyVaultProperties, String)

Encryption クラスの新しいインスタンスを初期化します。

Encryption()

Encryption クラスの新しいインスタンスを初期化します。

public Encryption ();
Public Sub New ()

適用対象

Encryption(KeyVaultProperties, String)

Encryption クラスの新しいインスタンスを初期化します。

public Encryption (Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties keyVaultProperties = default, string keySource = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Encryption : Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties * string -> Microsoft.Azure.Management.CognitiveServices.Models.Encryption
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional keySource As String = Nothing)

パラメーター

keyVaultProperties
KeyVaultProperties

KeyVault のプロパティ

keySource
String

暗号化の keySource の有効な値を列挙します。 使用できる値は、'Microsoft.CognitiveServices'、'Microsoft.KeyVault' です。

適用対象