Initializes a new instance of the EncryptedData class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public EncryptedData( EncryptedContentInfo encInfo, Asn1Set unprotectedAttrs ) |
Visual Basic |
---|
Public Sub New ( _ encInfo As EncryptedContentInfo, _ unprotectedAttrs As Asn1Set _ ) |
Visual C++ |
---|
public: EncryptedData( EncryptedContentInfo^ encInfo, Asn1Set^ unprotectedAttrs ) |
Parameters
- encInfo
- Type: Org.BouncyCastle.Asn1.Cms..::..EncryptedContentInfo
- unprotectedAttrs
- Type: Org.BouncyCastle.Asn1..::..Asn1Set