EMOcraPasswordHashAlgorithm Constants Reference
| Declared in | EMSoftOathSettings.h |
|---|
EMOcraPasswordHashAlgorithm
Supported Hash algorithm for Ocra password field. choose EMOcraPasswordNone if not used
Definition
typedef NS_ENUM(NSInteger, EMOcraPasswordHashAlgorithm ) {
EMOcraPasswordNone,
EMOcraPasswordSHA1,
EMOcraPasswordSHA256,
EMOcraPasswordSHA512,
};
Constants
Declared In
EMSoftOathSettings.h