NegotiateOptions.PersistNtlmCredentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if NTLM credentials should be persisted and re-used for subsquent anonymous requests. This option must not be used if connections may be shared by requests from different users.
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
Property Value
Defaults to true
.