你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CryptographyClientOptions(CryptographyClientOptions+ServiceVersion) Constructor

Definition

Initializes a new instance of the CryptographyClientOptions class. class.

public CryptographyClientOptions(Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_6);
public CryptographyClientOptions(Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_6_Preview_2);
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_6)
Public Sub New (Optional version As CryptographyClientOptions.ServiceVersion = Azure.Security.KeyVault.Keys.Cryptography.CryptographyClientOptions+ServiceVersion.V7_6_Preview_2)

Parameters

version
CryptographyClientOptions.ServiceVersion

The CryptographyClientOptions.ServiceVersion of the service API used when making requests.

Applies to