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

プロパティ値

使用する乱数ジェネレーター アルゴリズムのインスタンス。

適用対象

こちらもご覧ください