Top |
certkeyscertkeys — Certificate keys support functions for Microsoft Cryptography API: Next Generation (CNG). |
xmlSecKeyDataPtr | xmlSecMSCngCertAdopt () |
BCRYPT_KEY_HANDLE | xmlSecMSCngKeyDataGetPubKey () |
NCRYPT_KEY_HANDLE | xmlSecMSCngKeyDataGetPrivKey () |
xmlSecKeyDataPtr xmlSecMSCngCertAdopt (PCCERT_CONTEXT pCert
,xmlSecKeyDataType type
);
Creates key data value from the cert.
BCRYPT_KEY_HANDLE
xmlSecMSCngKeyDataGetPubKey (xmlSecKeyDataPtr data
);
Native MSCng public key retrieval from xmlsec keydata. The returned key must not be destroyed by the caller.
NCRYPT_KEY_HANDLE
xmlSecMSCngKeyDataGetPrivKey (xmlSecKeyDataPtr data
);
Native MSCng private key retrieval from xmlsec keydata. The returned key must not be destroyed by the caller.