OCRASuite (property)

The OCRASuite defines parameters about the challenge and response.

Syntax

@property (nonatomic,readwrite,assign,getter=OCRASuite,setter=setOCRASuite:) NSString* OCRASuite;
- (NSString*)OCRASuite;
- (void)setOCRASuite:(NSString*)newOCRASuite;
public var OCRASuite: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property holds the OCRASuite value which defines parameters about the challenge and response.

This property will be populated after calling CreateChallenge. This property must be set before calling CalculateResponse or VerifyResponse.

When calling CreateChallenge the following properties will be used to create the OCRASuite:

When this property is set the value is parsed and the above properties are populated to reflect the requirements defined by the OCRASuite.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]