CertificateProperties.RecoveryLevel Property
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.
Gets the recovery level currently in effect for certificates in the Key Vault.
If Purgeable
, the certificates can be permanently deleted by an authorized user;
otherwise, only the service can purge the certificates at the end of the retention interval.
public string RecoveryLevel { get; }
member this.RecoveryLevel : string
Public ReadOnly Property RecoveryLevel As String
Property Value
Possible values include Purgeable
, Recoverable+Purgeable
, Recoverable
, and Recoverable+ProtectedSubscription
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET