PeerCastStation.Core.AuthenticationKey.AuthenticationKey C# (CSharp) Method

AuthenticationKey() public method

public AuthenticationKey ( string id, string password ) : System
id string
password string
return System
    public AuthenticationKey(string id, string password)
    {
      this.Id = id;
      this.Password = password;
    }

Same methods

AuthenticationKey::AuthenticationKey ( ) : System