SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnQueryComparison (property)

Specifies the authentication context comparison method.

Syntax

@property (nonatomic,readonly,assign,getter=authnQueryComparison) int authnQueryComparison;
- (int)authnQueryComparison;

/* Possible Values */
CACCT_NONE(0),
CACCT_EXACT(1),
CACCT_MINIMUM(2),
CACCT_MAXIMUM(3),
CACCT_BETTER(4)
public var authnQueryComparison: SamlreaderAuthnQueryComparisons {
  get {...}
}
public enum SamlreaderAuthnQueryComparisons : Int32 { case cacctNone = 0 case cacctExact = 1 case cacctMinimum = 2 case cacctMaximum = 3 case cacctBetter = 4 }

Default Value

0

Remarks

Specifies the authentication context comparison method.

Use this property to access or set the authentication contexts comparison method (none, exact, minimum, maximum, or better).

This property is read-only.

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