CertPublicKeyLength Property

The length of the certificate public key (in bits).

Syntax

ANSI (Cross Platform)
int GetCertPublicKeyLength();

Unicode (Windows)
INT GetCertPublicKeyLength();
@property (nonatomic,readonly,assign,getter=certPublicKeyLength) int certPublicKeyLength;
- (int)certPublicKeyLength;
#define PID_CERTMGR_CERTPUBLICKEYLENGTH 13

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The length of the certificate public key (in bits). Common values are 512, 1024, and 2048.

This property is read-only.

Data Type

Integer

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