EnvelopedData.GetSymmetricKey Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 8.0.9673)
GetSymmetricKey()
Gets the symmetric key used to encrypt the message, or null if it cannot be retrieved.
Declaration
public byte[] GetSymmetricKey()
Returns
| Type | Description |
|---|---|
| Byte[] | The symmetric key used to encrypt the message, or null. |