SignedHttpRequestDescriptor.CustomNonceValue Property
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.
Gets or sets a custom value that will be set when creating a Nonce claim.
public string CustomNonceValue { get; set; }
member this.CustomNonceValue : string with get, set
Public Property CustomNonceValue As String
Property Value
Remarks
This value will be added to a SignedHttpRequest payload only when CreateNonce is set to true
.