다음을 통해 공유


TwitterOptions.StateDataFormat 속성

정의

처리기에서 처리하는 데이터를 보호하는 데 사용되는 형식을 가져오거나 설정합니다.

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

속성 값

적용 대상