certPublicKey (property)

The public key of the certificate.

Syntax

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

Default Value

""

Remarks

The public key of the certificate. The key is provided as PEM/Base64-encoded data.

This property is read-only.

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