certVersion (property)

The certificate's version number.

Syntax

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

Default Value

""

Remarks

The certificate's version number. The possible values are the strings "V1", "V2", and "V3".

This property is read-only.

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