DigestKey Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Sub DigestKey ( _
    hKey As CryptoKey _
)
public void DigestKey(
    CryptoKey hKey
)
public:
void DigestKey(
    CryptoKey^ hKey
)
member DigestKey : 
        hKey:CryptoKey -> unit 
public function DigestKey(
    hKey : CryptoKey
)

Parameters

.NET Framework Security

See Also

Reference

CryptokiDigest Class

Microsoft.SPOT.Cryptoki Namespace