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

Provides a class for storing a SimpleWebToken to isolatedStorage
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat bool