CertificateSource Enum

Definition

Source for a certificate.

public enum CertificateSource
type CertificateSource = 
Public Enum CertificateSource
Inheritance
CertificateSource

Fields

Base64Encoded 2

Base64 encoded string directly from the configuration.

Certificate 0

Certificate itself.

KeyVault 1

From an Azure Key Vault.

Path 3

From local path on disk.

StoreWithDistinguishedName 5

From the certificate store, described by its distinguished name.

StoreWithThumbprint 4

From the certificate store, described by its thumbprint.

Applies to