次の方法で共有


HmacRedactorOptions.Key プロパティ

定義

ハッシュ キーを取得または設定します。

public:
 property System::String ^ Key { System::String ^ get(); void set(System::String ^ value); };
public string Key { get; set; }
[System.ComponentModel.DataAnnotations.Base64String]
public string Key { get; set; }
member this.Key : string with get, set
[<System.ComponentModel.DataAnnotations.Base64String>]
member this.Key : string with get, set
Public Property Key As String

プロパティ値

既定値は、Empty です。

属性

注釈

キーは base 64 形式で指定され、44 文字以上である必要があります。

サービスの主要なデプロイごとに個別のキーを使用することをお勧めします (たとえば、サービスが配置されているリージョンごとに)。 さらに、重要な資料は秘密にし、定期的にローテーションする必要があります。

適用対象