Share via


SignedHttpRequestDescriptor.CnfClaimValue Property

Definition

Gets or sets a "cnf" claim value as a JSON string.

public string CnfClaimValue { get; set; }
member this.CnfClaimValue : string with get, set
Public Property CnfClaimValue As String

Property Value

Remarks

If CreateCnf flag is set to true, CnfClaimValue can be used as a "cnf" claim value when creating a SignedHttpRequest payload. If CreateCnf flag is set to true, and CnfClaimValue is null or empty, a "cnf" claim value will be derived from a SigningCredentials.SecurityKey.

Applies to