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)

public:
property ISecureDataFormat<AuthenticationProperties^>^ StateDataFormat {
	[CompilerGeneratedAttribute]
	ISecureDataFormat<AuthenticationProperties^>^ get();
	[CompilerGeneratedAttribute]
	void set(ISecureDataFormat<AuthenticationProperties^>^ value);
}

Property Value

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

The format of the state data.

Return to top
Show: