LuciadCPillar C# 2025.0
Luciad.Loaders.UsernamePasswordCredentials Class Reference

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. More...
 
void Dispose ()
 

Properties

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

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.