EMCPasswordEncoding
Objective-C
enum EMCPasswordEncoding : NSUInteger {}
Swift
enum EMCPasswordEncoding : UInt, @unchecked Sendable
The password encoding used by the CAS Server
Since
6.3.0-
Legacy encoding
Declaration
Objective-C
EMCPasswordEncodingLegacySwift
case legacy = 0 -
Hashed encoding
Declaration
Objective-C
EMCPasswordEncodingHashedSwift
case hashed = 1
EMCPasswordEncoding Enumeration Reference