SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AuthnQueryComparison Property

Specifies the authentication context comparison method.

Syntax

ANSI (Cross Platform)
int GetAuthnQueryComparison();

Unicode (Windows)
INT GetAuthnQueryComparison();

Possible Values

CACCT_NONE(0), 
CACCT_EXACT(1),
CACCT_MINIMUM(2),
CACCT_MAXIMUM(3),
CACCT_BETTER(4)
@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)
#define PID_SAMLREADER_AUTHNQUERYCOMPARISON 16

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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

Data Type

Integer

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