Gets or sets the allowed authentications if available.
Namespace: Renci.SshNet.Messages.AuthenticationAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public string[] AllowedAuthentications { get; set; }public string[] AllowedAuthentications { get; set; }Public Property AllowedAuthentications As String()
Get
Set
Public Property AllowedAuthentications As String()
Get
Set
public:
property array<String^>^ AllowedAuthentications {
array<String^>^ get ();
void set (array<String^>^ value);
}public:
property array<String^>^ AllowedAuthentications {
array<String^>^ get ();
void set (array<String^>^ value);
}Field Value
The allowed authentications.