共用方式為


SmbSetting.AuthenticationMethods Property

Definition

Gets or sets SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to