EncryptionProperties Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
EncryptionProperties() |
Inicializuje novou instanci EncryptionProperties třídy. |
EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity) |
Inicializuje novou instanci EncryptionProperties třídy. |
EncryptionProperties()
Inicializuje novou instanci EncryptionProperties třídy.
public EncryptionProperties();
Public Sub New ()
Platí pro
EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)
Inicializuje novou instanci EncryptionProperties třídy.
public EncryptionProperties(Microsoft.Azure.Management.Automation.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType? keySource = default, Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity identity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionProperties : Microsoft.Azure.Management.Automation.Models.KeyVaultProperties * Nullable<Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType> * Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity -> Microsoft.Azure.Management.Automation.Models.EncryptionProperties
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional keySource As Nullable(Of EncryptionKeySourceType) = Nothing, Optional identity As EncryptionPropertiesIdentity = Nothing)
Parametry
- keyVaultProperties
- KeyVaultProperties
Vlastnosti trezoru klíčů.
- keySource
- Nullable<EncryptionKeySourceType>
Zdroj šifrovacího klíče. Mezi možné hodnoty patří: Microsoft.Automation, Microsoft.Keyvault
- identity
- EncryptionPropertiesIdentity
Identita uživatele používaná pro CMK.
Platí pro
Azure SDK for .NET