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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : JwsPrivateKey Property
Specifies the filename of the PEM or JWK file containing the private key to sign the JWT Bearer Token for client authentication. PEM files are only supported on .NET 6 or later.
Syntax
'Declaration
 
Public Property JwsPrivateKey As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.JwsPrivateKey = value
 
value = instance.JwsPrivateKey
public string JwsPrivateKey {get; set;}
public:
property String^ JwsPrivateKey {
   String^ get();
   void set (    String^ value);
}
Remarks

This parameter is required for the BEARER mechanism and is ignored for other mechanisms. It is used for the "client_assertion" parameter described in RFC 7523.

Default Value: null

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