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

Syntax

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

See Also