.
public CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo;
.
struct CERT_PUBLIC_KEY_INFO {
.
Structure CERT_PUBLIC_KEY_INFO
.
Documentation
CERT_PUBLIC_KEY_INFO @msdn on MSDN
.
Summary
The CERT_PUBLIC_KEY_INFO structure contains a public key and its algorithm.
.
public struct CERT_PUBLIC_KEY_INFO {
.
Structure CERT_PUBLIC_KEY_INFO
.
public CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo;
.
Summary
The CryptHashPublicKeyInfo function encodes the public key information in a CERT_PUBLIC_KEY_INFO structure and computes the hash of the encoded bytes. The hash created is used with key identifier functions.
The CryptHashPublicKeyInfo function encodes the public key information in a CERT_PUBLIC_KEY_INFO structure and computes the hash of the encoded bytes. The hash created is used with key identifier functions.
6/17/2014 12:55:26 AM - anonymous