TwitterAuthenticationOptions.StateDataFormat Property
Gets or sets the type used to secure data handled by the middleware.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public ISecureDataFormat<RequestToken> StateDataFormat { get; set; }
public:
property ISecureDataFormat<RequestToken^>^ StateDataFormat {
ISecureDataFormat<RequestToken^>^ get();
void set(ISecureDataFormat<RequestToken^>^ value);
}
member StateDataFormat : ISecureDataFormat<RequestToken> with get, set
Public Property StateDataFormat As ISecureDataFormat(Of RequestToken)
Property Value
Type: Microsoft.Owin.Security.ISecureDataFormat<RequestToken>
Returns ISecureDataFormat<TData>.
See Also
TwitterAuthenticationOptions Class
Microsoft.Owin.Security.Twitter Namespace
Return to top