NegotiateOptions.PersistKerberosCredentials 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 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
.