C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Identity.AccessControl.SimpleWebTokenStore

Provides a class for storing a SimpleWebToken to isolatedStorage
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets 1 사용 예제들

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