certPrivateKeyAvailable (property)

Shows whether a PrivateKey is available for the selected certificate.

Syntax

@property (nonatomic,readonly,assign,getter=certPrivateKeyAvailable) BOOL certPrivateKeyAvailable;
- (BOOL)certPrivateKeyAvailable;
public var certPrivateKeyAvailable: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Shows whether a CertPrivateKey is available for the selected certificate. If CertPrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g. server authentication).

This property is read-only.

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