SignedHttpRequestDescriptor.CnfClaimValue Proprietà

Definizione

Ottiene o imposta un valore di attestazione "cnf" come stringa JSON.

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

Valore della proprietà

Commenti

Se CreateCnf il flag è impostato su true, CnfClaimValue può essere usato come valore di attestazione "cnf" durante la creazione di un payload SignedHttpRequest. Se CreateCnf il flag è impostato su truee CnfClaimValue è null o vuoto, un valore di attestazione "cnf" verrà derivato da un oggetto SigningCredentials.SecurityKey.

Si applica a