ClaimsChallengeUtilities.FormatClaimsChallengeErrorMessage 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.
Format the error message from the response content of the original failed request. If the error is caused by CAE (continuous Access Evaluation), this will include why the request failed, and which policy was violated.
public static string FormatClaimsChallengeErrorMessage(string claimsChallenge, string responseContent);
static member FormatClaimsChallengeErrorMessage : string * string -> string
Public Function FormatClaimsChallengeErrorMessage (claimsChallenge As String, responseContent As String) As String
Parameters
- claimsChallenge
- String
- responseContent
- String