Gets the symmetric key used to encrypt the message, or null if it cannot be retrieved.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetSymmetricKey As Byte()
C#
public byte[] GetSymmetricKey()

Return Value

The symmetric key used to encrypt the message, or null.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also