Share via


CryptokiRNG Constructor (String, String)

Initializes a new instance of the CryptokiRNG class with the specified provider and algorithm.

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

Syntax

public CryptokiRNG (
         string providerName,
         string algorithmName
)

Parameters

  • providerName
    The name of the service provider.
  • algorithmName
    The RNG algorithm.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

CryptokiRNG Class
CryptokiRNG Members
Microsoft.SPOT.Cryptoki Namespace