AWSEC2EkPubKeyFormat
Objective-C
NS_ENUM(NSInteger, AWSEC2EkPubKeyFormat) {
AWSEC2EkPubKeyFormatUnknown,
AWSEC2EkPubKeyFormatDer,
AWSEC2EkPubKeyFormatTpmt,
}
Swift
enum AWSEC2EkPubKeyFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatDerSwift
case der = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatTpmtSwift
case tpmt = 2
View on GitHub
Install in Dash
AWSEC2EkPubKeyFormat Enumeration Reference