SecureBlackbox 2020 iOS Edition

Questions / Feedback?

assertionSubjectConfirmationDataInResponseTo (property)

The ID of the SAML message in response to which the assertion is issued.

Syntax

- (NSString*)assertionSubjectConfirmationDataInResponseTo:(int)assertionSubjectConfirmationIndex;
- (void)setAssertionSubjectConfirmationDataInResponseTo:(int)assertionSubjectConfirmationIndex:(NSString*)newAssertionSubjectConfirmationDataInResponseTo;
public func assertionSubjectConfirmationDataInResponseTo(assertionSubjectConfirmationIndex: Int32) throws -> String
public func setAssertionSubjectConfirmationDataInResponseTo(assertionSubjectConfirmationIndex: Int32, newAssertionSubjectConfirmationDataInResponseTo: String) throws -> Void

Default Value

""

Remarks

The ID of the SAML message in response to which the assertion is issued.

This property specifies the ID of the SAML message in response to which the assertion is issued.

The AssertionSubjectConfirmationIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AssertionSubjectConfirmationCount property.

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