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(IList<KeyVaultProperties>, String, Nullable<Boolean>) |
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(IList<KeyVaultProperties>, String, Nullable<Boolean>)
Initializes a new instance of the Encryption class.
public Encryption (System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.KeyVaultProperties> keyVaultProperties = default, string keySource = default, bool? requireInfrastructureEncryption = default);
new Microsoft.Azure.Management.ServiceBus.Models.Encryption : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.KeyVaultProperties> * string * Nullable<bool> -> Microsoft.Azure.Management.ServiceBus.Models.Encryption
Public Sub New (Optional keyVaultProperties As IList(Of KeyVaultProperties) = Nothing, Optional keySource As String = Nothing, Optional requireInfrastructureEncryption As Nullable(Of Boolean) = Nothing)
Parameters
- keyVaultProperties
- IList<KeyVaultProperties>
Properties of KeyVault
- keySource
- String
Enumerates the possible value of keySource for Encryption. Possible values include: 'Microsoft.KeyVault'
Enable Infrastructure Encryption (Double Encryption)
Applies to
Azure SDK for .NET