C# 클래스 Amazon.CertificateManager.RevocationReason

Constants used for properties of type RevocationReason.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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