Share via


SignedHttpRequestDescriptor.CustomNonceValue Property

Definition

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.

Applies to