메소드 | 설명 | |
---|---|---|
Key ( ) : System |
Initializes a new instance of the Key class and generates a random 20-byte key.
|
|
Key ( byte keyData ) : System |
Initializes a new instance of the Key class.
|
|
Key ( int keyLength ) : System |
Initializes a new instance of the Key class and generates a random key with the specified seed.
|
|
Key ( string base32key ) : System |
Initializes a new instance of the Key class.
|
public Key ( int keyLength ) : System | ||
keyLength | int | Length in bytes of the generated key. |
리턴 | System |
public Key ( string base32key ) : System | ||
base32key | string | The key to initialize. |
리턴 | System |