Share via


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

Parameters

.NET Framework Security

See Also

Reference

CryptokiDigest Class

Microsoft.SPOT.Cryptoki Namespace