Return the algorithm code for the symmetric algorithm used to encrypt the data.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public SymmetricKeyAlgorithmTag GetSymmetricAlgorithm(
	PgpPrivateKey privKey
)
Visual Basic
Public Function GetSymmetricAlgorithm ( _
	privKey As PgpPrivateKey _
) As SymmetricKeyAlgorithmTag
Visual C++
public:
SymmetricKeyAlgorithmTag GetSymmetricAlgorithm(
	PgpPrivateKey^ privKey
)

See Also