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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : JwsCert Property
Specifies the file name of the X.509 certificate PEM file that contains the public key corresponding to the private key in JwsPrivateKey.
Syntax
'Declaration
 
Public Property JwsCert As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.JwsCert = value
 
value = instance.JwsCert
public string JwsCert {get; set;}
public:
property String^ JwsCert {
   String^ get();
   void set (    String^ value);
}
Remarks

This parameter is optional 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
Product Versions Platforms
.NET 6, 7, 8 Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members