C# Класс Amazon.CertificateManager.RevocationReason

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

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

Свойство Тип Описание
AFFILIATION_CHANGED RevocationReason
A_A_COMPROMISE RevocationReason
CA_COMPROMISE RevocationReason
CERTIFICATE_HOLD RevocationReason
CESSATION_OF_OPERATION RevocationReason
KEY_COMPROMISE RevocationReason
PRIVILEGE_WITHDRAWN RevocationReason
REMOVE_FROM_CRL RevocationReason
SUPERCEDED RevocationReason
UNSPECIFIED RevocationReason

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

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

Finds the constant for the unique value.

RevocationReason ( 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 ) : RevocationReason
value string The unique value for the constant
Результат RevocationReason

RevocationReason() публичный Метод

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 RevocationReason ( string value ) : System
value string
Результат System

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

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

Constant AFFILIATION_CHANGED for RevocationReason
public static RevocationReason,Amazon.CertificateManager AFFILIATION_CHANGED
Результат RevocationReason

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

Constant A_A_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager A_A_COMPROMISE
Результат RevocationReason

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

Constant CA_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager CA_COMPROMISE
Результат RevocationReason

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

Constant CERTIFICATE_HOLD for RevocationReason
public static RevocationReason,Amazon.CertificateManager CERTIFICATE_HOLD
Результат RevocationReason

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

Constant CESSATION_OF_OPERATION for RevocationReason
public static RevocationReason,Amazon.CertificateManager CESSATION_OF_OPERATION
Результат RevocationReason

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

Constant KEY_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager KEY_COMPROMISE
Результат RevocationReason

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

Constant PRIVILEGE_WITHDRAWN for RevocationReason
public static RevocationReason,Amazon.CertificateManager PRIVILEGE_WITHDRAWN
Результат RevocationReason

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

Constant REMOVE_FROM_CRL for RevocationReason
public static RevocationReason,Amazon.CertificateManager REMOVE_FROM_CRL
Результат RevocationReason

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

Constant SUPERCEDED for RevocationReason
public static RevocationReason,Amazon.CertificateManager SUPERCEDED
Результат RevocationReason

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

Constant UNSPECIFIED for RevocationReason
public static RevocationReason,Amazon.CertificateManager UNSPECIFIED
Результат RevocationReason