Share via


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

'Declaration
Public Property StateDataFormat As ISecureDataFormat(Of RequestToken)
    Get 
    Set
'Usage
Dim instance As TwitterAuthenticationOptions 
Dim value As ISecureDataFormat(Of RequestToken)

value = instance.StateDataFormat

instance.StateDataFormat = value
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
function get StateDataFormat () : ISecureDataFormat<RequestToken>
function set StateDataFormat (value : ISecureDataFormat<RequestToken>)

Property Value

Type: Microsoft.Owin.Security.ISecureDataFormat<RequestToken>

See Also

Reference

TwitterAuthenticationOptions Class

Microsoft.Owin.Security.Twitter Namespace