EncryptionKeyVaultProperties Class
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.
An Encryption Key
public class EncryptionKeyVaultProperties
type EncryptionKeyVaultProperties = class
Public Class EncryptionKeyVaultProperties
- Inheritance
-
EncryptionKeyVaultProperties
Constructors
EncryptionKeyVaultProperties() |
Initializes a new instance of the EncryptionKeyVaultProperties class. |
EncryptionKeyVaultProperties(String, String, String, String, String) |
Initializes a new instance of the EncryptionKeyVaultProperties class. |
Properties
KeyName |
Gets or sets the name of the key. |
KeyState |
Gets the state of key provided. Possible values include: 'Connected', 'AccessDenied' |
KeyVaultUrl |
Gets or sets the URL of the vault. |
KeyVersion |
Gets or sets the version of the key. |
VersionType |
Gets property of the key if user provided or auto detected. Possible values include: 'Fixed', 'AutoDetected' |
Applies to
Azure SDK for .NET