LoginProvider::TokenLifetime Property

 

Gets or sets the lifetime for generated tokens.

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

protected:
property TimeSpan TokenLifetime {
	[CompilerGeneratedAttribute]
	TimeSpan get();
	[CompilerGeneratedAttribute]
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan
Return to top
Show: