KeyVaultCertificate 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 Azure Key Vault certificate.
public class KeyVaultCertificate
type KeyVaultCertificate = class
Public Class KeyVaultCertificate
- Inheritance
-
KeyVaultCertificate
- Derived
Properties
Cer |
Gets the CER formatted public X509 certificate. |
Id |
Gets the identifier of the certificate. |
KeyId |
Gets the identifier of the Key Vault Key backing the certificate. |
Name |
Gets the name of the certificate. |
Properties |
Gets additional properties of the KeyVaultCertificate. |
SecretId |
Gets the identifier of the Key Vault Secret which contains the PEM of PFX formatted content of the certificate and its private key. |
Applies to
Azure SDK for .NET