Share via


OpenIdConnectOptions.StringDataFormat Eigenschaft

Definition

Ruft den Typ ab, der zum Sichern von Zeichenfolgen verwendet wird, die von der Middleware verwendet werden, oder legt diesen fest.

public:
 property Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ StringDataFormat { Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ get(); void set(Microsoft::AspNetCore::Authentication::ISecureDataFormat<System::String ^> ^ value); };
public Microsoft.AspNetCore.Authentication.ISecureDataFormat<string> StringDataFormat { get; set; }
member this.StringDataFormat : Microsoft.AspNetCore.Authentication.ISecureDataFormat<string> with get, set
Public Property StringDataFormat As ISecureDataFormat(Of String)

Eigenschaftswert

Gilt für: