SignedHttpRequestCreationParameters.CreateCnf プロパティ

定義

Cnf要求を作成して追加するかどうかを示す値を取得または設定します。

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

プロパティ値

注釈

CnfClaimValue は、設定されている場合は "cnf" 要求値として使用されます。 それ以外の場合、"cnf" 要求値は SigningCredentialsから派生します。

適用対象