Rng Property
Collapse the table of content
Expand the table of content

RSAOAEPKeyExchangeFormatter.Rng Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the random number generator algorithm to use in the creation of the key exchange.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public RandomNumberGenerator Rng { get; set; }

Property Value

Type: System.Security.Cryptography.RandomNumberGenerator
The instance of a random number generator algorithm to use.

If this property is null, the default random number generator algorithm is used.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft