C# Класс Amazon.CloudFront.SslProtocol

Constants used for properties of type SslProtocol.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SSLv3 SslProtocol
TLSv1 SslProtocol
TLSv11 SslProtocol
TLSv12 SslProtocol

Открытые методы

Метод Описание
FindValue ( string value ) : SslProtocol

Finds the constant for the unique value.

SslProtocol ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Описание методов

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : SslProtocol
value string The unique value for the constant
Результат SslProtocol

SslProtocol() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public SslProtocol ( string value ) : System
value string
Результат System

Описание свойств

SSLv3 публичное статическое свойство

Constant SSLv3 for SslProtocol
public static SslProtocol,Amazon.CloudFront SSLv3
Результат SslProtocol

TLSv1 публичное статическое свойство

Constant TLSv1 for SslProtocol
public static SslProtocol,Amazon.CloudFront TLSv1
Результат SslProtocol

TLSv11 публичное статическое свойство

Constant TLSv11 for SslProtocol
public static SslProtocol,Amazon.CloudFront TLSv11
Результат SslProtocol

TLSv12 публичное статическое свойство

Constant TLSv12 for SslProtocol
public static SslProtocol,Amazon.CloudFront TLSv12
Результат SslProtocol