C# Class Gwupe.Agent.Components.ElevateToken

Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ElevateToken() public méthode

public ElevateToken ( string tokenId, string token, string password, int expires ) : System
tokenId string
token string
password string
expires int
Résultat System

IsExpired() public méthode

public IsExpired ( ) : System.Boolean
Résultat System.Boolean