Επεξεργασία

Κοινή χρήση μέσω


HmacRedactorOptions.KeyId Property

Definition

Gets or sets the key 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)

Property Value

The default is null.

Remarks

The key ID is appended to each redacted value and is intended to identify the key that was used to hash the data. In general, every distinct key should have a unique ID associated with it. When the hashed values have different key IDs, it means the values are unrelated and can't be used for correlation.

Applies to