WsFederationAuthenticationOptions.StateDataFormat Property

 

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

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

Syntax

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
Public Property StateDataFormat As ISecureDataFormat(Of AuthenticationProperties)

Property Value

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

Returns ISecureDataFormat<TData>.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top