SecureBlackbox 2020 iOS Edition

Questions / Feedback?

issuer (property)

Sets the issuer of the message.

Syntax

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

Default Value

""

Remarks

Set this property to include the SAML ID of the issuer of the SAML message. A typical SAML ID is a string of semicolon-separated elements of one or more of the following elements:

  • Format
  • NameQualifier
  • Value
  • IDType
  • SPNameQualifier
  • SPProvidedID
For example,
  writer.Issuer = "Value=https://saml.entity.org/resource;Format=urn:oasis:names:tc:SAML:2.0:nameid-format:entity;IDType=Issuer";

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