Share via


OpenIdConnectOptions.StateDataFormat Propiedad

Definición

Obtiene o establece el tipo que se usa para proteger los datos que controla el middleware.

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

Valor de propiedad

Se aplica a