IPWorks WebSockets 2020 iOS Edition

Questions / Feedback?

exportPrivateKey (property)

Whether to export the private key.

Syntax

@property (nonatomic,readwrite,assign,getter=exportPrivateKey,setter=setExportPrivateKey:) BOOL exportPrivateKey;
- (BOOL)exportPrivateKey;
- (void)setExportPrivateKey:(BOOL)newExportPrivateKey;
public var exportPrivateKey: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

This property controls whether the private key is exported when ExportCertificate is called.

If set to True (default) the private key is exported. If set to False, only the public key is exported.

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