CipherSuites Class
Describes valid TLS cipher suites.
Constructor
CipherSuites(*, suites: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
suites
|
List of TLS Cipher Suites that are supported by App Service. |
Variables
Name | Description |
---|---|
suites
|
List of TLS Cipher Suites that are supported by App Service. |
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 Python