certPrivateKey (property)

The private key of the certificate (if available).

Syntax

@property (nonatomic,readonly,assign,getter=certPrivateKey) NSString* certPrivateKey;
- (NSString*)certPrivateKey;
public var certPrivateKey: String {
  get {...}
}

Default Value

""

Remarks

The private key of the certificate (if available). The key is provided as PEM/Base64-encoded data.

Note: The CertPrivateKey may be available, but not exportable. In this case, CertPrivateKey returns an empty string.

This property is read-only.

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