RSAPKCS1KeyExchangeFormatter.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.

Poznámky

Pokud je nulltato vlastnost, použije se výchozí algoritmus generátoru náhodných čísel.

Platí pro

Viz také