OAuthOptions.StateDataFormat 属性

定义

获取或设置用于保护由中间件处理的数据的类型。

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)

属性值

适用于