NegotiateOptions.PersistNtlmCredentials 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出是否應保存 NTLM 認證,並重新用於子佇列匿名要求。 如果不同使用者的要求可能共用連線,則不得使用此選項。
public:
property bool PersistNtlmCredentials { bool get(); void set(bool value); };
public bool PersistNtlmCredentials { get; set; }
member this.PersistNtlmCredentials : bool with get, set
Public Property PersistNtlmCredentials As Boolean
屬性值
預設值為 true
。