Dela via


Encryption Constructors

Definition

Overloads

Encryption()

Initializes a new instance of the Encryption class.

Encryption(KeyVaultProperties, String)

Initializes a new instance of the Encryption class.

Encryption()

Initializes a new instance of the Encryption class.

public Encryption ();
Public Sub New ()

Applies to

Encryption(KeyVaultProperties, String)

Initializes a new instance of the Encryption class.

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)

Parameters

keyVaultProperties
KeyVaultProperties

Properties of KeyVault

keySource
String

Enumerates the possible value of keySource for Encryption. Possible values include: 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'

Applies to