EnvelopedData.GetSymmetricKey Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
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. |