Sdílet prostřednictvím


LoggingOptions.ResponseHeadersDataClasses Vlastnost

Definice

Získá nebo nastaví sadu hlaviček http odpovědi na protokol a jejich odpovídající klasifikace dat pro použití pro redakci.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Compliance::Classification::DataClassification> ^ ResponseHeadersDataClasses { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Compliance::Classification::DataClassification> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Extensions::Compliance::Classification::DataClassification> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Compliance.Classification.DataClassification> ResponseHeadersDataClasses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.ResponseHeadersDataClasses : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Compliance.Classification.DataClassification> with get, set
Public Property ResponseHeadersDataClasses As IDictionary(Of String, DataClassification)

Hodnota vlastnosti

Výchozí hodnota je HashSet<T>.

Atributy

Poznámky

Pokud je Nonedatová třída , neprovedou se žádné redakce. Pokud je hodnota prázdná, nebudou se protokolovat žádné hlavičky odpovědi HTTP.

Platí pro