LuciadCPillar C# 2023.1.04
Luciad.Loaders.AuthenticationScope Class Reference

Represents the scope of an authentication request. More...

Inheritance diagram for Luciad.Loaders.AuthenticationScope:

Public Member Functions

 AuthenticationScope (string host, int port, string realm, string scheme, Luciad.Loaders.AuthenticationType type)
 
void Dispose ()
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Properties

Luciad.Loaders.AuthenticationType AuthenticationType [get]
 
string Host [get]
 
int Port [get]
 
string Realm [get]
 
string Scheme [get]
 

Detailed Description

Represents the scope of an authentication request.

2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::AuthenticationScope.

Constructor & Destructor Documentation

◆ AuthenticationScope()

Luciad.Loaders.AuthenticationScope.AuthenticationScope ( string  host,
int  port,
string  realm,
string  scheme,
Luciad.Loaders.AuthenticationType  type 
)
inline

Member Function Documentation

◆ Dispose()

void Luciad.Loaders.AuthenticationScope.Dispose ( )
inline

◆ Equals()

override bool Luciad.Loaders.AuthenticationScope.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Loaders.AuthenticationScope.GetHashCode ( )
inline

Property Documentation

◆ AuthenticationType

Luciad.Loaders.AuthenticationType Luciad.Loaders.AuthenticationScope.AuthenticationType
get

◆ Host

string Luciad.Loaders.AuthenticationScope.Host
get

◆ Port

int Luciad.Loaders.AuthenticationScope.Port
get

◆ Realm

string Luciad.Loaders.AuthenticationScope.Realm
get

◆ Scheme

string Luciad.Loaders.AuthenticationScope.Scheme
get