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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : JwsAlgorithm Property
Specifies the JSON Web Signature algorithm to use when signing the JWT Bearer Token for client authentication.
Syntax
'Declaration
 
Public Property JwsAlgorithm As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.JwsAlgorithm = value
 
value = instance.JwsAlgorithm
public string JwsAlgorithm {get; set;}
public:
property String^ JwsAlgorithm {
   String^ get();
   void set (    String^ value);
}
Remarks

This parameter is optional for the BEARER mechanism and is ignored for other mechanisms.

Supported values and the corresponding algorithms:

Value Algorithm
RS256 RSASSA-PKCS1-v1_5 using SHA-256
RS384 RSASSA-PKCS1-v1_5 using SHA-384
RS512 RSASSA-PKCS1-v1_5 using SHA-512

Default Value: RS256

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