Gets the symmetric algorithm used to encrypt or decrypt the content, or null if it cannot be retrieved.

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

Syntax

Visual Basic
Public Function GetSymmetricAlgorithm As SymmetricAlgorithm
C#
public SymmetricAlgorithm GetSymmetricAlgorithm()

Return Value

The SymmetricAlgorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also