HMac T  Key Property SSH .NET Client Library Documentation
Gets or sets the key to use in the hash algorithm.

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override byte[] Key { get; set; }

Return Value

The key to use in the hash algorithm.
See Also