ClaimsChallengeUtilities.MatchClaimsChallengePattern 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.
Overloads
| Name | Description |
|---|---|
| MatchClaimsChallengePattern(HttpResponseMessage) | |
| MatchClaimsChallengePattern(HttpResponseMessage, String) |
MatchClaimsChallengePattern(HttpResponseMessage)
public static bool MatchClaimsChallengePattern(this System.Net.Http.HttpResponseMessage response);
static member MatchClaimsChallengePattern : System.Net.Http.HttpResponseMessage -> bool
<Extension()>
Public Function MatchClaimsChallengePattern (response As HttpResponseMessage) As Boolean
Parameters
- response
- HttpResponseMessage
Returns
Applies to
MatchClaimsChallengePattern(HttpResponseMessage, String)
public static bool MatchClaimsChallengePattern(this System.Net.Http.HttpResponseMessage response, out string claimsChallenge);
static member MatchClaimsChallengePattern : System.Net.Http.HttpResponseMessage * string -> bool
<Extension()>
Public Function MatchClaimsChallengePattern (response As HttpResponseMessage, ByRef claimsChallenge As String) As Boolean
Parameters
- response
- HttpResponseMessage
- claimsChallenge
- String