Share via


CryptokiRNG.SeedRandom Method

Seeds the random number generator.

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

Syntax

[MethodImplAttribute(InternalCall)]
public void SeedRandom (
         byte[] seed
)

Parameters

  • seed
    The seed value for the random number generator.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

CryptokiRNG Class
CryptokiRNG Members
Microsoft.SPOT.Cryptoki Namespace