CertSignatureAlgorithm Property

Text description of the signature algorithm of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertSignatureAlgorithm();

Unicode (Windows)
LPWSTR GetCertSignatureAlgorithm();
@property (nonatomic,readonly,assign,getter=certSignatureAlgorithm) NSString* certSignatureAlgorithm;
- (NSString*)certSignatureAlgorithm;
#define PID_CERTMGR_CERTSIGNATUREALGORITHM 15

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Text description of the signature algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_MD5RSA"), or an object identifier (OID) string representing the algorithm.

This property is read-only.

Data Type

String

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