HmacRedactorOptions.Key Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la clé de hachage.
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
Valeur de propriété
Par défaut, il s’agit de Empty.
- Attributs
Remarques
La clé est spécifiée au format base 64 et doit comporter au moins 44 caractères.
Nous vous recommandons d’utiliser une clé distincte pour chaque déploiement majeur d’un service (par exemple, pour chaque région dans laquelle le service se trouve). En outre, le matériel clé doit être gardé secret et pivoté régulièrement.