Send feedback on this topic.
Teradata.Client.Provider
DisableTokenCache Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : DisableTokenCache Property
Disables the use of the OIDC Token Cache.
Syntax
'Declaration
 
Public Property DisableTokenCache As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.DisableTokenCache = value
 
value = instance.DisableTokenCache
public bool DisableTokenCache {get; set;}
public:
property bool DisableTokenCache {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members