certPublicKeyLength (property)

The length of the certificate public key (in bits).

Syntax

@property (nonatomic,readonly,assign,getter=certPublicKeyLength) int certPublicKeyLength;
- (int)certPublicKeyLength;
public var certPublicKeyLength: Int32 {
  get {...}
}

Default Value

0

Remarks

The length of the certificate public key (in bits). Common values are 512, 1024, and 2048.

This property is read-only.

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