IWithSslPassword 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 application gateway request routing rule allowing to specify password of the SSL certificate pfx file.
public interface IWithSslPassword : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate>
type IWithSslPassword = interface
interface IWithSslPassword<IUpdate>
Public Interface IWithSslPassword
Implements IWithSslPassword(Of IUpdate)
- Derived
- Implements
Methods
WithSslCertificatePassword(String) |
Specifies the password for the specified PFX file containing the private key of the imported SSL certificate. (Inherited from IWithSslPassword<ReturnT>) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET