SignedHttpRequestUtilities.CreateSignedHttpRequestHeader(String) 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.
Creates an authorization header using the SignedHttpRequest.
public static string CreateSignedHttpRequestHeader(string signedHttpRequest);
	static member CreateSignedHttpRequestHeader : string -> string
	Public Function CreateSignedHttpRequestHeader (signedHttpRequest As String) As String
	Parameters
- signedHttpRequest
 - String
 
A signed http request.
Returns
A SignedHttpRequest value prefixed with the word "PoP".
Remarks
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-signed-http-request-03#section-4.1