Returns the most-trusted CA certificate.
Namespace: Org.BouncyCastle.PkixAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public X509Certificate TrustedCert { get; } |
Visual Basic |
---|
Public ReadOnly Property TrustedCert As X509Certificate Get |
Visual C++ |
---|
public: property X509Certificate^ TrustedCert { X509Certificate^ get (); } |