IWithKeyVault Interface
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.
An app service certificate order definition allowing more domain verification methods to be set.
public interface IWithKeyVault
type IWithKeyVault = interface
Public Interface IWithKeyVault
- Derived
Methods
WithExistingKeyVault(IVault) |
Specifies an existing key vault to store the certificate private key. The vault MUST allow 2 service principals to read/write secrets: f3c21649-0979-4721-ac85-b0216b2cf413 and abfa0a7c-a6b6-4736-8310-5855508787cd. If they don't have access, an attempt will be made to grant access. If you are logged in from an identity without access to the Active Directory Graph, this attempt will fail. |
WithNewKeyVault(String, Region) |
Creates a new key vault to store the certificate private key. DO NOT use this method if you are logged in from an identity without access to the Active Directory Graph. |
Applies to
Azure SDK for .NET