SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionStatementAuthnContextClassRef (property)

Indicates the authentication contexts class reference.

Syntax

- (NSString*)assertionStatementAuthnContextClassRef:(int)assertionStatementIndex;
- (void)setAssertionStatementAuthnContextClassRef:(int)assertionStatementIndex:(NSString*)newAssertionStatementAuthnContextClassRef;
public func assertionStatementAuthnContextClassRef(assertionStatementIndex: Int32) throws -> String
public func setAssertionStatementAuthnContextClassRef(assertionStatementIndex: Int32, newAssertionStatementAuthnContextClassRef: String) throws -> Void

Default Value

""

Remarks

Indicates the authentication contexts class reference.

Use this property to get or set the authentication contexts class reference attribute.

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]