C# Class Amazon.CertificateManager.RevocationReason

Constants used for properties of type RevocationReason.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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

RevocationReason() public méthode

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
Résultat System

Property Details

AFFILIATION_CHANGED public_oe static_oe property

Constant AFFILIATION_CHANGED for RevocationReason
public static RevocationReason,Amazon.CertificateManager AFFILIATION_CHANGED
Résultat RevocationReason

A_A_COMPROMISE public_oe static_oe property

Constant A_A_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager A_A_COMPROMISE
Résultat RevocationReason

CA_COMPROMISE public_oe static_oe property

Constant CA_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager CA_COMPROMISE
Résultat RevocationReason

CERTIFICATE_HOLD public_oe static_oe property

Constant CERTIFICATE_HOLD for RevocationReason
public static RevocationReason,Amazon.CertificateManager CERTIFICATE_HOLD
Résultat RevocationReason

CESSATION_OF_OPERATION public_oe static_oe property

Constant CESSATION_OF_OPERATION for RevocationReason
public static RevocationReason,Amazon.CertificateManager CESSATION_OF_OPERATION
Résultat RevocationReason

KEY_COMPROMISE public_oe static_oe property

Constant KEY_COMPROMISE for RevocationReason
public static RevocationReason,Amazon.CertificateManager KEY_COMPROMISE
Résultat RevocationReason

PRIVILEGE_WITHDRAWN public_oe static_oe property

Constant PRIVILEGE_WITHDRAWN for RevocationReason
public static RevocationReason,Amazon.CertificateManager PRIVILEGE_WITHDRAWN
Résultat RevocationReason

REMOVE_FROM_CRL public_oe static_oe property

Constant REMOVE_FROM_CRL for RevocationReason
public static RevocationReason,Amazon.CertificateManager REMOVE_FROM_CRL
Résultat RevocationReason

SUPERCEDED public_oe static_oe property

Constant SUPERCEDED for RevocationReason
public static RevocationReason,Amazon.CertificateManager SUPERCEDED
Résultat RevocationReason

UNSPECIFIED public_oe static_oe property

Constant UNSPECIFIED for RevocationReason
public static RevocationReason,Amazon.CertificateManager UNSPECIFIED
Résultat RevocationReason