EnvelopedData.GetSymmetricAlgorithm Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
GetSymmetricAlgorithm()
Gets the symmetric algorithm used to encrypt or decrypt the content, or null if it cannot be retrieved.
Declaration
public SymmetricAlgorithm GetSymmetricAlgorithm()
Returns
Type | Description |
---|---|
SymmetricAlgorithm | The SymmetricAlgorithm. |