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_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)

Parameters

version
CryptographyClientOptions.ServiceVersion

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

Applies to