UseMITKerberos
This property specifies whether to use MIT Kerberos or Kerberos.NET.
Declaration
// C# public static bool UseMITKerberos { get; set; }
Property Type
System.Boolean
Remarks
This property only applies to managed ODP.NET as it can use either MIT Kerberos or Kerberos.NET.
When set to true
(default), managed ODP.NET will use MIT Kerberos. MIT Kerberos must be installed separately.
When set to false
, it uses the Oracle.ManagedDataAccess.Kerberos
NuGet package and Kerberos.NET. Oracle recommends using Kerberos.NET.
The option to use managed ODP.NET with Kerberos.NET became available in ODP.NET 23.9.