IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

CertPublicKeyAlgorithm Property

Textual description of the public key algorithm of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertPublicKeyAlgorithm();
int SetCertPublicKeyAlgorithm(const char* lpszCertPublicKeyAlgorithm); Unicode (Windows) LPWSTR GetCertPublicKeyAlgorithm();
INT SetCertPublicKeyAlgorithm(LPCWSTR lpszCertPublicKeyAlgorithm);
@property (nonatomic,readwrite,assign,getter=certPublicKeyAlgorithm,setter=setCertPublicKeyAlgorithm:) NSString* certPublicKeyAlgorithm;
- (NSString*)certPublicKeyAlgorithm;
- (void)setCertPublicKeyAlgorithm:(NSString*)newCertPublicKeyAlgorithm;
#define PID_CERTMGR_CERTPUBLICKEYALGORITHM 12

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_CertMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 C++ Edition - Version 20.0 [Build 8249]