C# Class DotNetXri.Client.Resolve.TrustType

Inheritance: Serializable
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Protected Properties

Свойство Type Description
type string

Méthodes publiques

Méthode Description
Equals ( string trustType ) : bool
ToString ( ) : string
TrustType ( ) : DotNetXri.Client.Resolve.Exception
TrustType ( string type ) : DotNetXri.Client.Resolve.Exception
getParameterPair ( ) : string
getType ( ) : string
isHTTPS ( ) : bool
isSAML ( ) : bool
setParameterPair ( bool isHttps, bool isSaml ) : void
setType ( string type ) : void

Method Details

Equals() public méthode

public Equals ( string trustType ) : bool
trustType string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TrustType() public méthode

public TrustType ( ) : DotNetXri.Client.Resolve.Exception
Résultat DotNetXri.Client.Resolve.Exception

TrustType() public méthode

public TrustType ( string type ) : DotNetXri.Client.Resolve.Exception
type string
Résultat DotNetXri.Client.Resolve.Exception

getParameterPair() public méthode

public getParameterPair ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

isHTTPS() public méthode

public isHTTPS ( ) : bool
Résultat bool

isSAML() public méthode

public isSAML ( ) : bool
Résultat bool

setParameterPair() public méthode

public setParameterPair ( bool isHttps, bool isSaml ) : void
isHttps bool
isSaml bool
Résultat void

setType() public méthode

public setType ( string type ) : void
type string
Résultat void

Property Details

type protected_oe property

protected string type
Résultat string