次の方法で共有


CryptographyClientOptions(CryptographyClientOptions+ServiceVersion) コンストラクター

定義

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

public CryptographyClientOptions (Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_5);
public CryptographyClientOptions (Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_5_Preview_1);
new Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions : Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions.ServiceVersion -> Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions
Public Sub New (Optional version As CryptographyClientOptions.ServiceVersion = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_5)
Public Sub New (Optional version As CryptographyClientOptions.ServiceVersion = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_5_Preview_1)

パラメーター

version
CryptographyClientOptions.ServiceVersion

CryptographyClientOptions.ServiceVersion要求を行うときに使用されるサービス API の 。

適用対象