IAssemblyAuthenticationContext2.ResolveAuthorityAndResourceFromChallengeUri Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool ResolveAuthorityAndResourceFromChallengeUri(Uri ^ aadChallengeUri, [Runtime::InteropServices::Out] System::String ^ % authority, [Runtime::InteropServices::Out] System::String ^ % resource);
public bool ResolveAuthorityAndResourceFromChallengeUri (Uri aadChallengeUri, out string authority, out string resource);
abstract member ResolveAuthorityAndResourceFromChallengeUri : Uri * string * string -> bool
Public Function ResolveAuthorityAndResourceFromChallengeUri (aadChallengeUri As Uri, ByRef authority As String, ByRef resource As String) As Boolean
Parameters
- aadChallengeUri
- Uri
- authority
- String
- resource
- String