SecureBlackbox 2020 iOS Edition

Questions / Feedback?

inResponseTo (property)

Contains the InResponseTo property of the SAML request.

Syntax

@property (nonatomic,readwrite,assign,getter=inResponseTo,setter=setInResponseTo:) NSString* inResponseTo;
- (NSString*)inResponseTo;
- (void)setInResponseTo:(NSString*)newInResponseTo;
public var inResponseTo: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify the ID of the message in response to which the current entity is provided.

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