你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultCertificateSourceParameters 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.
Parameters required for bring-your-own-certification via Key Vault
public class KeyVaultCertificateSourceParameters
type KeyVaultCertificateSourceParameters = class
Public Class KeyVaultCertificateSourceParameters
- Inheritance
-
KeyVaultCertificateSourceParameters
Constructors
KeyVaultCertificateSourceParameters() |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
KeyVaultCertificateSourceParameters(KeyVaultCertificateSourceParametersVault, String, String) |
Initializes a new instance of the KeyVaultCertificateSourceParameters class. |
Properties
SecretName |
Gets or sets the name of the Key Vault secret representing the full certificate PFX |
SecretVersion |
Gets or sets the version of the Key Vault secret representing the full certificate PFX |
Vault |
Gets or sets the Key Vault containing the SSL certificate |