HmacRedactorOptions.KeyId 属性

定义

获取或设置密钥 ID。

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

注解

密钥 ID 追加到每个编修的值,用于标识用于对数据进行哈希运算的键。 通常,每个非重复键都应具有与之关联的唯一 ID。 当经过哈希处理的值具有不同的键 ID 时,这意味着这些值不相关,不能用于关联。

适用于