C# 클래스 DotNetXri.Client.Resolve.TrustType

상속: Serializable
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
type string

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( string trustType ) : bool
trustType string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrustType() 공개 메소드

public TrustType ( ) : DotNetXri.Client.Resolve.Exception
리턴 DotNetXri.Client.Resolve.Exception

TrustType() 공개 메소드

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

getParameterPair() 공개 메소드

public getParameterPair ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

isHTTPS() 공개 메소드

public isHTTPS ( ) : bool
리턴 bool

isSAML() 공개 메소드

public isSAML ( ) : bool
리턴 bool

setParameterPair() 공개 메소드

public setParameterPair ( bool isHttps, bool isSaml ) : void
isHttps bool
isSaml bool
리턴 void

setType() 공개 메소드

public setType ( string type ) : void
type string
리턴 void

프로퍼티 상세

type 보호되어 있는 프로퍼티

protected string type
리턴 string