Share via


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

Name Description
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.

PreserveCertificateOrder

Gets a value indicating whether the certificate chain preserves its original order. The default value is false, which sets the leaf certificate at index 0.

PreserveCertificateOrder

Gets a value indicating whether the certificate chain preserves its original order. The default value is false, which sets the leaf certificate at index 0.

(Inherited from KeyVaultCertificate)
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