C# Class DotNetXri.Client.Resolve.TrustType

Inheritance: Serializable
ファイルを表示 Open project: AArnott/dotnetxri Class Usage Examples

Protected Properties

Property Type Description
type string

Public Methods

Method 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 method

public Equals ( string trustType ) : bool
trustType string
return bool

ToString() public method

public ToString ( ) : string
return string

TrustType() public method

public TrustType ( ) : DotNetXri.Client.Resolve.Exception
return DotNetXri.Client.Resolve.Exception

TrustType() public method

public TrustType ( string type ) : DotNetXri.Client.Resolve.Exception
type string
return DotNetXri.Client.Resolve.Exception

getParameterPair() public method

public getParameterPair ( ) : string
return string

getType() public method

public getType ( ) : string
return string

isHTTPS() public method

public isHTTPS ( ) : bool
return bool

isSAML() public method

public isSAML ( ) : bool
return bool

setParameterPair() public method

public setParameterPair ( bool isHttps, bool isSaml ) : void
isHttps bool
isSaml bool
return void

setType() public method

public setType ( string type ) : void
type string
return void

Property Details

type protected_oe property

protected string type
return string