Partager via


OpenIdConnectOptions.StateDataFormat Propriété

Définition

Obtient ou définit le type utilisé pour sécuriser les données gérées par le gestionnaire.

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

Valeur de propriété

S’applique à