AuthenticationMethod AllowedAuthentications Property SSH .NET Client Library Documentation
Gets list of allowed authentications.

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

public IEnumerable<string> AllowedAuthentications { get; protected set; }
See Also