'Declaration Public Property UserId As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.UserId = value value = instance.UserId
public string UserId {get; set;}
'Declaration Public Property UserId As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.UserId = value value = instance.UserId
public string UserId {get; set;}
If IntegratedSecurity is true, any value in this field is ignored.
For some OpenID Connect (OIDC) authentication mechanisms, the UserId is used as the OIDC login hint. If TdConnectionStringBuilder.ConnectionPooling is enabled and the UserId is not an empty string, then the UserId must match the claim value returned for the claim type specified by TdConnectionStringBuilder.OidcClaim.
Default Value: empty string
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 |