KeyVaultCertificateWithPolicy 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.
A KeyVaultCertificate along with its CertificatePolicy.
public class KeyVaultCertificateWithPolicy : Azure.Security.KeyVault.Certificates.KeyVaultCertificate
type KeyVaultCertificateWithPolicy = class
inherit KeyVaultCertificate
Public Class KeyVaultCertificateWithPolicy
Inherits KeyVaultCertificate
- Inheritance
- Derived
Properties
Cer |
Gets the CER formatted public X509 certificate. (Inherited from KeyVaultCertificate) |
Id |
Gets the identifier of the certificate. (Inherited from KeyVaultCertificate) |
KeyId |
Gets the identifier of the Key Vault Key backing the certificate. (Inherited from KeyVaultCertificate) |
Name |
Gets the name of the certificate. (Inherited from KeyVaultCertificate) |
Policy |
Gets the current policy for the certificate. |
Properties |
Gets additional properties of the KeyVaultCertificate. (Inherited from 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. (Inherited from KeyVaultCertificate) |
Applies to
Azure SDK for .NET