HmacRedactorOptions.KeyId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定金鑰標識碼。
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
。
備註
密鑰標識碼會附加至每個已修訂的值,並用來識別用來哈希數據的索引鍵。 一般而言,每個相異索引鍵都應該有與其相關聯的唯一標識符。 當哈希值有不同的索引鍵標識符時,表示這些值不相關且無法用於相互關聯。