RSAPKCS1KeyExchangeDeformatter.RNG Proprietà

Definizione

Ottiene o imposta l'algoritmo generatore di numeri casuali da utilizzare nella creazione dello scambio di chiavi.

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

Valore della proprietà

Istanza di un algoritmo generatore di numeri casuali da usare.

Si applica a

Vedi anche