C# Class DataAvail.Mvc.Account.OAuthServiceLogOnIdentifyer

Afficher le fichier Open project: data-avail/open-mvc Class Usage Examples

Méthodes publiques

Свойство Type Description
ServiceKey string
ServiceType OAuthServiceType

Méthodes publiques

Méthode Description
OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ToGuid ( ) : System.Guid
ToString ( ) : string

Method Details

OAuthServiceLogOnIdentifyer() public méthode

public OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ServiceType OAuthServiceType
ServiceKey string
Résultat System

ToGuid() public méthode

public ToGuid ( ) : System.Guid
Résultat System.Guid

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ServiceKey public_oe property

public string ServiceKey
Résultat string

ServiceType public_oe property

public OAuthServiceType ServiceType
Résultat OAuthServiceType