ClaimsChallengeUtilities.MatchClaimsChallengePattern Method

Definition

Overloads

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

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

claimsChallenge
String

Returns

Applies to