Rijndael: Key (get)

Key

Returns the secret key used by the cryptographic operation.



 Public Property Get Key ( ) As Byte ( ) :

Return Values

Byte() -  Returns the secret key.

Remarks

Valid key sizes are determined by the individual algorithms. A list of valid sizes can be obtained through the LegalKeySizes property.

Read/Write.

See Also

Project CorLib Overview

Class Rijndael Overview