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

Syntax

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

See Also