C# Class Gwupe.Agent.Components.ElevateToken

Exibir arquivo Open project: gwupe/Gwupe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ElevateToken ( string tokenId, string token, string password, int expires ) : System
IsExpired ( ) : System.Boolean

Method Details

ElevateToken() public method

public ElevateToken ( string tokenId, string token, string password, int expires ) : System
tokenId string
token string
password string
expires int
return System

IsExpired() public method

public IsExpired ( ) : System.Boolean
return System.Boolean