SignedHttpRequestHandler 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 handler designed for creating and validating signed http requests.
public class SignedHttpRequestHandler
type SignedHttpRequestHandler = class
Public Class SignedHttpRequestHandler
- Inheritance
-
SignedHttpRequestHandler
Remarks
The handler implementation is based on 'A Method for Signing HTTP Requests for OAuth' specification.
Constructors
SignedHttpRequestHandler() |
Initializes a new instance of SignedHttpRequestHandler. |
Methods
CreateHttpRequestPayload(SignedHttpRequestDescriptor, CallContext) |
Creates a JSON representation of a HttpRequest payload. |
CreateSignedHttpRequest(SignedHttpRequestDescriptor, CallContext) |
Creates a signed http request using the |
CreateSignedHttpRequest(SignedHttpRequestDescriptor) |
Creates a signed http request using the |
ValidateSignedHttpRequestAsync(SignedHttpRequestValidationContext, CancellationToken) |
Validates a signed http request using the |
ValidateSignedHttpRequestPayloadAsync(SecurityToken, SignedHttpRequestValidationContext, CancellationToken) |
Validates signed http request payload. |