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

Syntax

C#
[ObsoleteAttribute("Use 'SignedContentType' property instead.")]
public string SignedContentTypeOid { get; }
Visual Basic
<ObsoleteAttribute("Use 'SignedContentType' property instead.")> _
Public ReadOnly Property SignedContentTypeOid As String
	Get
Visual C++
[ObsoleteAttribute(L"Use 'SignedContentType' property instead.")]
public:
property String^ SignedContentTypeOid {
	String^ get ();
}

See Also