开发者

How to specifiy key size in the CertCreateSelfSignCertificate function

开发者 https://www.devze.com 2023-01-03 17:17 出处:网络
开发者_开发知识库I am using the function CertCreateSelfSignCertificate to generate a certificate.I need to specify the key size to be 2048.I do not see how to provide this parameter.Look at the descri

开发者_开发知识库I am using the function CertCreateSelfSignCertificate to generate a certificate. I need to specify the key size to be 2048. I do not see how to provide this parameter.


Look at the description for the dwFlags argument as described in CryptGenKey. That should permit you to select the key length.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号