KeyVaultCertificateWithPolicy Class

Definition

public class KeyVaultCertificateWithPolicy : Azure.Security.KeyVault.Certificates.KeyVaultCertificate
type KeyVaultCertificateWithPolicy = class
    inherit KeyVaultCertificate
Public Class KeyVaultCertificateWithPolicy
Inherits KeyVaultCertificate
Inheritance
KeyVaultCertificateWithPolicy
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