SecureBlackbox 2020 iOS Edition

Questions / Feedback?

responseStatusCodeValue (property)

Contains the status code value.

Syntax

@property (nonatomic,readonly,assign,getter=responseStatusCodeValue) NSString* responseStatusCodeValue;
- (NSString*)responseStatusCodeValue;
public var responseStatusCodeValue: String {
  get {...}
}

Default Value

""

Remarks

Contains the status code value.

Use this property to read or set one of the status codes defined by SAML specification, such as 'urn:oasis:names:tc:SAML:2.0:status:Success' or 'urn:oasis:names:tc:SAML:2.0:status:Requester'.

This property is read-only.

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