AzureActiveDirectoryOpenIdConnectAuthenticationOptions::StateDataFormat Property
Gets or sets the format of the state data. If set to null then version 1 is used.
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.
Show: