IWithData<ParentT> 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.
The stage of an SSL certificate definition allowing to specify the contents of the SSL certificate.
public interface IWithData<ParentT>
type IWithData<'ParentT> = interface
Public Interface IWithData(Of ParentT)
Type Parameters
- ParentT
The stage of the parent application gateway to return to after attaching.
- Derived
Methods
WithKeyVaultSecretId(String) |
Sepecifies the content of the private key using key vault. |
WithPfxFromBytes(Byte[]) |
Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded. |
WithPfxFromFile(FileInfo) |
Specifies the PFX (PKCS#12) file to get the private key content from. |
Applies to
Azure SDK for .NET