PDFView4NET WPF Edition
Certificate Property




O2S.Components.PDFView4NET Namespace > PDFDigitalSignature Class : Certificate Property
Gets or sets the certificate for signing the PDF document.
Syntax
'Declaration
 
Public Property Certificate As X509Certificate2
'Usage
 
Dim instance As PDFDigitalSignature
Dim value As X509Certificate2
 
instance.Certificate = value
 
value = instance.Certificate
public X509Certificate2 Certificate {get; set;}
public: __property X509Certificate2* get_Certificate();
public: __property void set_Certificate( 
   X509Certificate2* value
);
public:
property X509Certificate2^ Certificate {
   X509Certificate2^ get();
   void set (    X509Certificate2^ value);
}

Property Value

A System.Security.Cryptography.X509Certificates.X509Certificate2 object specifying the certificate for signing.
Remarks
This property also sets the Name property to the name in the certificate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDigitalSignature Class
PDFDigitalSignature Members