C# Класс Microsoft.WindowsAzure.Samples.Phone.Identity.AccessControl.SimpleWebTokenStore

Provides a class for storing a SimpleWebToken to isolatedStorage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

IsValid() публичный Метод

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
Результат bool