RSAPKCS1KeyExchangeDeformatter.RNG 属性
定义
获取或设置创建密钥交换时要使用的随机数生成器算法。Gets or sets the random number generator algorithm to use in the creation of the key exchange.
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
属性值
要使用的随机数生成器算法的实例。The instance of a random number generator algorithm to use.