Share via


CryptokiSign.SignUpdate Method

Performs a partial signature update.

Namespace: Microsoft.SPOT.Cryptoki
Assembly: Microsoft.SPOT.Security.PKCS11 (in microsoft.spot.security.pkcs11.dll)

Syntax

public void SignUpdate (
         byte[] data,
         int index,
         int length
)

Parameters

  • data
    The data to be signed.
  • index
    The index in the data to begin signing.
  • length
    The length, in bytes, of the partial signing.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

CryptokiSign Class
CryptokiSign Members
Microsoft.SPOT.Cryptoki Namespace