OathNet.Key.Key C# (CSharp) Method

Key() public method

Initializes a new instance of the Key class and generates a random 20-byte key.
public Key ( ) : System
return System
        public Key()
            : this(20)
        {
        }

Same methods

Key::Key ( byte keyData ) : System
Key::Key ( int keyLength ) : System
Key::Key ( string base32key ) : System
Key