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

Syntax

C#
public Asn1Object EncryptionAlgParams { get; }
Visual Basic
Public ReadOnly Property EncryptionAlgParams As Asn1Object
	Get
Visual C++
public:
property Asn1Object^ EncryptionAlgParams {
	Asn1Object^ get ();
}

See Also