Return the DerObjectIdentifier associated with the encapsulated content info structure carried in the signed data.

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

Syntax

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

See Also