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

CryptographyClientOptions.ServiceVersion Enum

Definition

The versions of Azure Key Vault supported by this client library.

public enum CryptographyClientOptions.ServiceVersion
type CryptographyClientOptions.ServiceVersion = 
Public Enum CryptographyClientOptions.ServiceVersion
Inheritance
CryptographyClientOptions.ServiceVersion

Fields

Name Value Description
V7_0 0

The Key Vault API version 7.0.

V7_1 1

The Key Vault API version 7.1.

V7_2 2

The Key Vault API version 7.2.

V7_3 3

The Key Vault API version 7.3.

V7_4 4

The Key Vault API version 7.4.

V7_5 5

The Key Vault API version 7.5.

V7_5_Preview_1 5

The Key Vault API version 7.5-preview.1.

Applies to