OpenIdConnectAuthenticationOptions.StateDataFormat Property

Gets or sets the type used to secure data handled by the middleware.

Namespace:  Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

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

value = instance.StateDataFormat

instance.StateDataFormat = value
public ISecureDataFormat<AuthenticationProperties> StateDataFormat { get; set; }
public:
property ISecureDataFormat<AuthenticationProperties^>^ StateDataFormat {
    ISecureDataFormat<AuthenticationProperties^>^ get ();
    void set (ISecureDataFormat<AuthenticationProperties^>^ value);
}
member StateDataFormat : ISecureDataFormat<AuthenticationProperties> with get, set
function get StateDataFormat () : ISecureDataFormat<AuthenticationProperties>
function set StateDataFormat (value : ISecureDataFormat<AuthenticationProperties>)

Property Value

Type: Microsoft.Owin.Security.ISecureDataFormat<AuthenticationProperties>
Returns ISecureDataFormat<TData>.

See Also

Reference

OpenIdConnectAuthenticationOptions Class

Microsoft.Owin.Security.OpenIdConnect Namespace