Compartir a través de


SmbSetting.AuthenticationMethods Propiedad

Definición

Obtiene o establece métodos de autenticación SMB admitidos por el servidor. Los valores válidos son NTLMv2, Kerberos. Se debe pasar como una cadena con el delimitador ';'.

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethods")]
public string AuthenticationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethods")>]
member this.AuthenticationMethods : string with get, set
Public Property AuthenticationMethods As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a