ChallengeAdditionalInformation Property
Challenge additional information text.
Syntax
char* GetChallengeAdditionalInformation();
LPWSTR GetChallengeAdditionalInformation();
@property (nonatomic,readonly,assign,getter=challengeAdditionalInformation) NSString* challengeAdditionalInformation; - (NSString*)challengeAdditionalInformation;
public var challengeAdditionalInformation: String { get {...} }
Default Value
""
Remarks
Text provided by the ACS/Issuer to the cardholder during OOB authentication to replace challenge information text and challenge information text indicator in the OOB template.
This property is read-only.
Data Type
String