Whether to use Kerberos authentication (if available)

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
[ObsoleteAttribute("Use Authentication = new LiveViewKerberosNtlmAuth(); instead")]
public bool UseKerberosTickets { get; set; }
<ObsoleteAttribute("Use Authentication = new LiveViewKerberosNtlmAuth(); instead")> _
Public Property UseKerberosTickets As Boolean
	Get
	Set
public:
[ObsoleteAttribute(L"Use Authentication = new LiveViewKerberosNtlmAuth(); instead")]
property bool UseKerberosTickets {
	bool get ();
	void set (bool value);
}

See Also