C# Class PeerCastStation.Core.AuthenticationKey

Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticationKey ( ) : System
AuthenticationKey ( string id, string password ) : System
Generate ( ) : AuthenticationKey

Method Details

AuthenticationKey() public méthode

public AuthenticationKey ( ) : System
Résultat System

AuthenticationKey() public méthode

public AuthenticationKey ( string id, string password ) : System
id string
password string
Résultat System

Generate() public static méthode

public static Generate ( ) : AuthenticationKey
Résultat AuthenticationKey