CspProviderInfoHardwareRNG Property |
Gets a Boolean value that specifies whether the provider supports a hardware random number generator
that can be used to create random bytes for cryptographic operations.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool HardwareRNG { get; }
Public ReadOnly Property HardwareRNG As Boolean
Get
public:
property bool HardwareRNG {
bool get ();
}
member HardwareRNG : bool with get
Property Value
Type:
BooleanSee Also