SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionStatementAuthnContextDeclRef (property)

Specifies the authentication contexts declaration reference.

Syntax

- (NSString*)assertionStatementAuthnContextDeclRef:(int)assertionStatementIndex;
- (void)setAssertionStatementAuthnContextDeclRef:(int)assertionStatementIndex:(NSString*)newAssertionStatementAuthnContextDeclRef;
public func assertionStatementAuthnContextDeclRef(assertionStatementIndex: Int32) throws -> String
public func setAssertionStatementAuthnContextDeclRef(assertionStatementIndex: Int32, newAssertionStatementAuthnContextDeclRef: String) throws -> Void

Default Value

""

Remarks

Specifies the authentication contexts declaration reference.

Use this property to get or set the declaration reference of the authentication context.

The AssertionStatementIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AssertionStatementCount property.

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