C# Class Amazon.CertificateManager.CertificateType

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

Méthodes publiques

Свойство Type Description
AMAZON_ISSUED CertificateType
IMPORTED CertificateType

Méthodes publiques

Méthode Description
CertificateType ( 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 ( string value ) : CertificateType

Finds the constant for the unique value.

Method Details

CertificateType() 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 CertificateType ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

AMAZON_ISSUED public_oe static_oe property

Constant AMAZON_ISSUED for CertificateType
public static CertificateType,Amazon.CertificateManager AMAZON_ISSUED
Résultat CertificateType

IMPORTED public_oe static_oe property

Constant IMPORTED for CertificateType
public static CertificateType,Amazon.CertificateManager IMPORTED
Résultat CertificateType