CertificateSource Enum
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.
Source for a certificate.
public enum CertificateSource
type CertificateSource =
Public Enum CertificateSource
- Inheritance
-
CertificateSource
Fields
Name | Value | Description |
---|---|---|
Certificate | 0 | Certificate itself. |
KeyVault | 1 | From an Azure Key Vault. |
Base64Encoded | 2 | Base64 encoded string directly from the configuration. |
Path | 3 | From local path on disk. |
StoreWithThumbprint | 4 | From the certificate store, described by its thumbprint. |
StoreWithDistinguishedName | 5 | From the certificate store, described by its distinguished name. |