NegotiateOptions.PersistKerberosCredentials Property

Definition

Indicates if Kerberos 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 PersistKerberosCredentials { bool get(); void set(bool value); };
public bool PersistKerberosCredentials { get; set; }
member this.PersistKerberosCredentials : bool with get, set
Public Property PersistKerberosCredentials As Boolean

Property Value

Defaults to false.

Applies to