Encryption Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET