C# Class Microsoft.WindowsAzure.Samples.Phone.Identity.AccessControl.SimpleWebTokenStore

Provides a class for storing a SimpleWebToken to isolatedStorage
显示文件 Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsValid ( ) : bool

Checks if the Simple Web token currenlty in the store is valid.

Returns true if there is a SimpleWebToken in the store and it has not expired, otherwise retruns false

Method Details

IsValid() public method

Checks if the Simple Web token currenlty in the store is valid.
Returns true if there is a SimpleWebToken in the store and it has not expired, otherwise retruns false
public IsValid ( ) : bool
return bool