Свойство | Тип | Описание | |
---|---|---|---|
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 |
public TrustType ( ) : DotNetXri.Client.Resolve.Exception | ||
Результат | DotNetXri.Client.Resolve.Exception |
public TrustType ( string type ) : DotNetXri.Client.Resolve.Exception | ||
type | string | |
Результат | DotNetXri.Client.Resolve.Exception |
public setParameterPair ( bool isHttps, bool isSaml ) : void | ||
isHttps | bool | |
isSaml | bool | |
Результат | void |