OathNet.Key.Key C# (CSharp) 메소드

Key() 공개 메소드

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

Same methods

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