Share via


SignedHttpRequestCreationParameters.CreateCnf Property

Definition

Gets or sets a value indicating whether the Cnf claim should be created and added or not.

public bool CreateCnf { get; set; }
member this.CreateCnf : bool with get, set
Public Property CreateCnf As Boolean

Property Value

Remarks

CnfClaimValue will be used as a "cnf" claim value, if set. Otherwise, a "cnf" claim value will be derived from SigningCredentials.

Applies to