NegotiateOptions.PersistNtlmCredentials Property

Definition

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.

Applies to