次の方法で共有


SmbSetting.AuthenticationMethods プロパティ

定義

サーバーでサポートされる SMB 認証方法を取得または設定します。 有効な値は NTLMv2、Kerberos です。 区切り記号 ';' を含む文字列として渡す必要があります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象