SecureBlackbox 2020 iOS Edition

Questions / Feedback?

responseResponseType (property)

Contains the type of the response.

Syntax

@property (nonatomic,readwrite,assign,getter=responseResponseType,setter=setResponseResponseType:) int responseResponseType;
- (int)responseResponseType;
- (void)setResponseResponseType:(int)newResponseResponseType;

/* Possible Values */
CSRT_RESPONSE(0),
CSRT_ARTIFACT_RESPONSE(1),
CSRT_NAME_IDMAPPING_RESPONSE(2)
public var responseResponseType: SamlwriterResponseResponseTypes {
  get {...}
set {...} }
public enum SamlwriterResponseResponseTypes : Int32 { case csrtResponse = 0 case csrtArtifactResponse = 1 case csrtNameIDMappingResponse = 2 }

Default Value

0

Remarks

Contains the type of the response.

Use this property to get or set the type of the SAML response.

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