SSH.SupportedMACs Enumeration
wodSSH.NET Component Documentation

SSH.SupportedMACs Enumeration

List of Message Authentication Codes (MACs) supported in wodSSH.NET.

[Visual Basic]
Public Enum SSH.SupportedMACs
[C#]
public enum SSH.SupportedMACs

Members

Member NameDescription
MD5 MD5 hash algorithm
SHA1 SHA-1 hash algorithm

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

Remarks

Use values from this enumeration in FingerPrintType property.

See Also

WeOnlyDo.Client Namespace