Click or drag to resize

AltaxoOleDbConnectionStringGetCredentials Method

Extracts the credentials stored in the original connection string.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LoginCredentials GetCredentials()

Return Value

LoginCredentials
The extracted credentials.
See Also