LuciadCPillar C# 2026.0.03
Loading...
Searching...
No Matches
Luciad.Loaders.UsernamePasswordCredentials Class Referencesealed

Represents the user credentials. More...

Inheritance diagram for Luciad.Loaders.UsernamePasswordCredentials:
Luciad.Loaders.Credentials

Public Member Functions

 UsernamePasswordCredentials (string user, string password)
 Constructs the user credentials.
void Dispose ()

Properties

string Password [get]
 The user password.
string User [get]
 The user name.

Detailed Description

Represents the user credentials.

Since
2022.0

Constructor & Destructor Documentation

◆ UsernamePasswordCredentials()

Luciad.Loaders.UsernamePasswordCredentials.UsernamePasswordCredentials ( string user,
string password )
inline

Constructs the user credentials.

Parameters
userthe user name.
passwordthe user password.

Member Function Documentation

◆ Dispose()

void Luciad.Loaders.UsernamePasswordCredentials.Dispose ( )
inline

Property Documentation

◆ Password

string Luciad.Loaders.UsernamePasswordCredentials.Password
get

The user password.

[get]

Returns the user password.

◆ User

string Luciad.Loaders.UsernamePasswordCredentials.User
get

The user name.

[get]

Returns the user name.