SecureBlackbox 2020 iOS Edition

Questions / Feedback?

subjectID (property)

Sets the subject of the message.

Syntax

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

Default Value

""

Remarks

Use this property to set the SAML ID of the message subject.

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