SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getIDProp (method)

Returns an element of the SAML ID.

Syntax

- (NSString*)getIDProp:(NSString*)ID :(NSString*)propName;
public func getIDProp(_ ID: String, _ propName: String) throws -> String

Remarks

This is a utility method that simplifies retrieval of a specific property within a SAML ID. Pass the name of the ID property to the PropName parameter, and the ID to the ID parameter.

The following ID properties are supported:

  • Format
  • NameQualifier
  • IDType
  • SPNameQualifier
  • SPProvidedID
  • Value

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