Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a keyed hash based on the key referred to by the specified symmetric key handle.
HRESULT
__stdcall GetKeyedHash(
__in PINFORMATIONCARD_CRYPTO_HANDLE hSymmetricCrypto,
__deref_out PINFORMATIONCARD_CRYPTO_HANDLE* pphHash );
Parameters
| Parameter | Description |
|---|---|
hSymmetricCrypto |
Handle to the cryptography object associated with a previously released security token. |
pphHash |
Pointer to the keyed hash that can be used with the HashCore and HashFinal functions. When you have finished, this handle need to be closed by using the CloseCryptoHandle function. |
Property Value/Return Value
HRESULT
See Also
Reference
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.