| Modifier and Type | Field and Description |
|---|---|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_ONE
Static value 1.1 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_TWO
Static value 1.2 for SupportedTlsVersions.
|
static SupportedTlsVersions |
SupportedTlsVersions.ONE_FULL_STOP_ZERO
Static value 1.0 for SupportedTlsVersions.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedTlsVersions |
SupportedTlsVersions.fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.
|
SupportedTlsVersions |
WebAppBase.minTlsVersion() |
SupportedTlsVersions |
SiteConfig.minTlsVersion()
Get minTlsVersion: configures the minimum version of TLS required for SSL requests.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SupportedTlsVersions> |
SupportedTlsVersions.values() |
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Sets the minimum version of TLS required for SSL requests.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Sets the minimum version of TLS required for SSL requests.
|
SiteConfig |
SiteConfig.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set minTlsVersion: configures the minimum version of TLS required for SSL requests.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/