ClaimsChallengeUtilities Class
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 static class ClaimsChallengeUtilities
type ClaimsChallengeUtilities = class
Public Module ClaimsChallengeUtilities
- Inheritance
-
ClaimsChallengeUtilities
Methods
| Name | Description |
|---|---|
| FormatClaimsChallengeErrorMessage(String, String) |
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. |
| GetClaimsChallenge(HttpResponseMessage) | |
| GetWwwAuthenticateMessage(HttpResponseMessage) | |
| MatchClaimsChallengePattern(HttpResponseMessage, String) | |
| MatchClaimsChallengePattern(HttpResponseMessage) | |
| TryParseClaimsChallenge(String, String) |
Attempts to decode a base64 encoded claims challenge string. |