共用方式為


RSAPKCS1KeyExchangeDeformatter.RNG 屬性

定義

取得或設定於建立金鑰交換時所使用的隨機數字產生器演算法。

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

屬性值

要使用之隨機數字產生器演算法的執行個體。

適用於

另請參閱