certPublicKeyAlgorithm (property)

Textual description of the public key algorithm of the certificate.

Syntax

@property (nonatomic,readwrite,assign,getter=certPublicKeyAlgorithm,setter=setCertPublicKeyAlgorithm:) NSString* certPublicKeyAlgorithm;
- (NSString*)certPublicKeyAlgorithm;
- (void)setCertPublicKeyAlgorithm:(NSString*)newCertPublicKeyAlgorithm;
public var certPublicKeyAlgorithm: String {
  get {...}
set {...} }

Default Value

""

Remarks

Textual description of the public key algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_DH"), or an object identifier (OID) string representing the algorithm.

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