'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;}
'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;}
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
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |