Gets the size, in bits, of the computed hash code.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public override int HashSize { get; }public override int HashSize { get; }Public Overrides ReadOnly Property HashSize As Integer
Get
Public Overrides ReadOnly Property HashSize As Integer
Get
public:
virtual property int HashSize {
int get () override;
}public:
virtual property int HashSize {
int get () override;
}Return Value
The size, in bits, of the computed hash code.