C# Class Amazon.CertificateManager.RevocationReason

Constants used for properties of type RevocationReason.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
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

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : RevocationReason
value string The unique value for the constant
return RevocationReason

RevocationReason() public method

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
return System

Property Details

AFFILIATION_CHANGED public static property

Constant AFFILIATION_CHANGED for RevocationReason
public static RevocationReason,Amazon.CertificateManager AFFILIATION_CHANGED
return RevocationReason

A_A_COMPROMISE public static property

Constant A_A_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager A_A_COMPROMISE
return RevocationReason

CA_COMPROMISE public static property

Constant CA_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager CA_COMPROMISE
return RevocationReason

CERTIFICATE_HOLD public static property

Constant CERTIFICATE_HOLD for RevocationReason
public static RevocationReason,Amazon.CertificateManager CERTIFICATE_HOLD
return RevocationReason

CESSATION_OF_OPERATION public static property

Constant CESSATION_OF_OPERATION for RevocationReason
public static RevocationReason,Amazon.CertificateManager CESSATION_OF_OPERATION
return RevocationReason

KEY_COMPROMISE public static property

Constant KEY_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager KEY_COMPROMISE
return RevocationReason

PRIVILEGE_WITHDRAWN public static property

Constant PRIVILEGE_WITHDRAWN for RevocationReason
public static RevocationReason,Amazon.CertificateManager PRIVILEGE_WITHDRAWN
return RevocationReason

REMOVE_FROM_CRL public static property

Constant REMOVE_FROM_CRL for RevocationReason
public static RevocationReason,Amazon.CertificateManager REMOVE_FROM_CRL
return RevocationReason

SUPERCEDED public static property

Constant SUPERCEDED for RevocationReason
public static RevocationReason,Amazon.CertificateManager SUPERCEDED
return RevocationReason

UNSPECIFIED public static property

Constant UNSPECIFIED for RevocationReason
public static RevocationReason,Amazon.CertificateManager UNSPECIFIED
return RevocationReason