SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

AuthnQueryComparison Property

Specifies the authentication context comparison method.

Syntax

__property TsbxSAMLReaderAuthnQueryComparisons AuthnQueryComparison = { read=FAuthnQueryComparison };
enum TsbxSAMLReaderAuthnQueryComparisons { cacctNone=0, cacctExact=1, cacctMinimum=2, cacctMaximum=3, cacctBetter=4 };

Default Value

cacctNone

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 and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]