Return the algorithm code for the symmetric algorithm used to encrypt the data.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: 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 ) |
Parameters
- privKey
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPrivateKey