RSAPKCS1KeyExchangeDeformatter.RNG Vlastnost

Definice

Získá nebo nastaví algoritmus generátoru náhodných čísel, který se použije při vytváření výměny klíčů.

public:
 property System::Security::Cryptography::RandomNumberGenerator ^ RNG { System::Security::Cryptography::RandomNumberGenerator ^ get(); void set(System::Security::Cryptography::RandomNumberGenerator ^ value); };
public System.Security.Cryptography.RandomNumberGenerator? RNG { get; set; }
public System.Security.Cryptography.RandomNumberGenerator RNG { get; set; }
member this.RNG : System.Security.Cryptography.RandomNumberGenerator with get, set
Public Property RNG As RandomNumberGenerator

Hodnota vlastnosti

RandomNumberGenerator

Instance algoritmu generátoru náhodných čísel, který se má použít.

Platí pro

Viz také