Method |
Description |
|
ResolverFlags ( ) : System.Text |
|
|
ResolverFlags ( ResolverFlags other ) : System.Text |
|
|
ResolverFlags ( TrustType trustType, bool followRefs ) : System.Text |
|
|
ToString ( ) : string |
|
|
getTrustParameters ( ) : string |
|
|
isCid ( ) : bool |
|
|
isHttps ( ) : bool |
|
|
isNoDefaultM ( ) : bool |
|
|
isNoDefaultP ( ) : bool |
|
|
isNoDefaultT ( ) : bool |
|
|
isRefs ( ) : bool |
|
|
isSaml ( ) : bool |
|
|
isUric ( ) : bool |
|
|
setCid ( bool cid ) : void |
|
|
setHttps ( bool https ) : void |
|
|
setNoDefaultM ( bool noDefaultM ) : void |
|
|
setNoDefaultP ( bool noDefaultP ) : void |
|
|
setNoDefaultT ( bool noDefaultT ) : void |
|
|
setRefs ( bool refs ) : void |
|
|
setSaml ( bool saml ) : void |
|
|
setUric ( bool uric ) : void |
|
|
toURIQuery ( ) : string |
|
|