SignedHttpRequestUtilities 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.
A class which contains useful methods related to processing of SignedHttpRequest protocol.
public static class SignedHttpRequestUtilities
type SignedHttpRequestUtilities = class
Public Module SignedHttpRequestUtilities
- Inheritance
-
SignedHttpRequestUtilities
Methods
CreateJwkClaim(JsonWebKey) |
Creates a "jwk" claim from a JsonWebKey representation of an asymmetric public key. |
CreateSignedHttpRequestHeader(String) |
Creates an authorization header using the SignedHttpRequest. |
ToHttpRequestDataAsync(HttpRequestMessage) |
A helper method that converts HttpRequestMessage into HttpRequestData object. |