SecureBlackbox 2020 iOS Edition

Questions / Feedback?

inputTypeString (property)

Returns the type of the processed message, as an original string.

Syntax

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

Default Value

""

Remarks

Check this property to find out the content type of the data stored in the processed message. This returns a string originally included in the SAML message, which may be helpful when processing non-standard types.

Known SAML content types are:

  • AssertionIDRequest
  • SubjectQuery
  • AuthnQuery
  • AttributeQuery
  • AuthzDecisionQuery
  • AuthnRequest
  • ManageNameIDRequest
  • NameIDMappingRequest
  • LogoutRequest
  • ArtifactResolve
  • Response
  • LogoutResponse
  • ArtifactResponse
  • NameIDMappingResponse

This property is read-only.

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