C# Class PeerCastStation.Core.AuthenticationKey

Show file Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
AuthenticationKey ( ) : System
AuthenticationKey ( string id, string password ) : System
Generate ( ) : AuthenticationKey

Method Details

AuthenticationKey() public method

public AuthenticationKey ( ) : System
return System

AuthenticationKey() public method

public AuthenticationKey ( string id, string password ) : System
id string
password string
return System

Generate() public static method

public static Generate ( ) : AuthenticationKey
return AuthenticationKey