Share via


CryptokiSign Constructor

Initializes a new instance of the CryptokiSign class with the specified session context, algorithm, and key.

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

Syntax

public CryptokiSign (
         Session session,
         Mechanism mechanism,
         CryptoKey key
)

Parameters

  • session
    The session context.
  • mechanism
    The signature algorithm and parameters.
  • key
    The key to sign the data.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

CryptokiSign Class
CryptokiSign Members
Microsoft.SPOT.Cryptoki Namespace