RSAPKCS1KeyExchangeDeformatter.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é

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

S’applique à

Voir aussi