C# Class SSOClientSDK.SSOClient

客户端代码
Inheritance: ISSOClient
Afficher le fichier Open project: jiangxianfu/SSO.NET

Méthodes publiques

Méthode Description
CheckState ( string token ) : bool
GetUid ( string token ) : string
SignOn ( string &exInfo ) : bool
SignOut ( ) : void

Method Details

CheckState() public méthode

public CheckState ( string token ) : bool
token string
Résultat bool

GetUid() public méthode

public GetUid ( string token ) : string
token string
Résultat string

SignOn() public méthode

public SignOn ( string &exInfo ) : bool
exInfo string
Résultat bool

SignOut() public méthode

public SignOut ( ) : void
Résultat void