SecureBlackbox 2020 iOS Edition

Questions / Feedback?

issuer (property)

Name identifier of the issuer of the SP's requests.

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

Use this property to set the name identifier of this Service Provider (SP) to be used in its requests.

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