Property | Type | Description | |
---|---|---|---|
type | string |
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 |
public TrustType ( ) : DotNetXri.Client.Resolve.Exception | ||
return | DotNetXri.Client.Resolve.Exception |
public TrustType ( string type ) : DotNetXri.Client.Resolve.Exception | ||
type | string | |
return | DotNetXri.Client.Resolve.Exception |
public setParameterPair ( bool isHttps, bool isSaml ) : void | ||
isHttps | bool | |
isSaml | bool | |
return | void |