共用方式為


HmacRedactorOptions.KeyId 屬性

定義

取得或設定金鑰標識碼。

public:
 property Nullable<int> KeyId { Nullable<int> get(); void set(Nullable<int> value); };
public int? KeyId { get; set; }
member this.KeyId : Nullable<int> with get, set
Public Property KeyId As Nullable(Of Integer)

屬性值

預設值為 null

備註

密鑰標識碼會附加至每個已修訂的值,並用來識別用來哈希數據的索引鍵。 一般而言,每個相異索引鍵都應該有與其相關聯的唯一標識符。 當哈希值有不同的索引鍵標識符時,表示這些值不相關且無法用於相互關聯。

適用於