SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keySubject (property)

Specifies the public key owner (subject).

Syntax

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

Default Value

""

Remarks

Specifies the public key owner (subject). This property is used only for IETF-keys.

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