Method GetPreHashEncryptedRandomNumber
GetPreHashEncryptedRandomNumber(Byte[])
Encrypts the transformation key with the given key.
Declaration
public byte[] GetPreHashEncryptedRandomNumber(byte[] preliminaryDocumentHash)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | preliminaryDocumentHash | An AES key. |
Returns
| Type | Description |
|---|---|
| System.Byte[] | The encrypted transformation key. |