RSAPKCS1KeyExchangeFormatter.Rng Propriété

Définition

Obtient ou définit l’algorithme du générateur de nombres aléatoires à utiliser dans la création de l’échange de clés.

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

Valeur de propriété

RandomNumberGenerator

Instance d’un algorithme du générateur de nombres aléatoires à utiliser.

Remarques

Si cette propriété est null, l’algorithme de générateur de nombres aléatoires par défaut est utilisé.

S’applique à

Voir aussi