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)

Syntax

protected TimeSpan TokenLifetime {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
protected:
property TimeSpan TokenLifetime {
    [CompilerGeneratedAttribute]
    TimeSpan get();
    [CompilerGeneratedAttribute]
    void set(TimeSpan value);
}
member TokenLifetime : TimeSpan with get, set
Protected Property TokenLifetime As TimeSpan

Property Value

Type: System.TimeSpan

See Also

LoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top