NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RSA_PKCS1_KeyExchange_Deformatter.RNG

[To be supplied.]

[Visual Basic]
Public Property RNG As RandomNumberGenerator
[C#]
public RandomNumberGenerator RNG {get; set;}
[C++]
public: __property RandomNumberGenerator* get_RNG();
public: __property void set_RNG(RandomNumberGenerator*);
[JScript]
public function get RNG() : RandomNumberGenerator;
public function set RNG(RandomNumberGenerator);

See Also

RSA_PKCS1_KeyExchange_Deformatter Class | RSA_PKCS1_KeyExchange_Deformatter Members | System.Security.Cryptography Namespace