Share via


Digest 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 Function Digest ( _
    input As Byte(), _
    index As Integer, _
    length As Integer _
) As Byte()
public byte[] Digest(
    byte[] input,
    int index,
    int length
)
public:
array<unsigned char>^ Digest(
    array<unsigned char>^ input, 
    int index, 
    int length
)
member Digest : 
        input:byte[] * 
        index:int * 
        length:int -> byte[] 
public function Digest(
    input : byte[], 
    index : int, 
    length : int
) : byte[]

Parameters

Return Value

Type: array<System. . :: . .Byte> [] () [] []

.NET Framework Security

See Also

Reference

CryptokiDigest Class

Microsoft.SPOT.Cryptoki Namespace