AzureActiveDirectoryOpenIdConnectAuthenticationOptions.StateDataFormat Property

 

Gets or sets the format of the state data. If set to null then version 1 is used.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Syntax

public ISecureDataFormat<AuthenticationProperties> StateDataFormat {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property ISecureDataFormat<AuthenticationProperties^>^ StateDataFormat {
    [CompilerGeneratedAttribute]
    ISecureDataFormat<AuthenticationProperties^>^ get();
    [CompilerGeneratedAttribute]
    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>

The format of the state data.

See Also

AzureActiveDirectoryOpenIdConnectAuthenticationOptions Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top