certThumbprintSHA1 (property)

SHA1 hash of the certificate.

Syntax

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

Default Value

""

Remarks

SHA1 hash of the certificate. If the hash does not already exist, it is computed.

This property is read-only.

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