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

属性值

要使用的随机数生成器算法的实例。

适用于

另请参阅