ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSignature Class / Certificate Property

In This Topic
    Certificate Property (PdfSignature)
    In This Topic
    Gets or sets the certificate of this digital signature.
    Syntax
    'Declaration
     
    
    Public Property Certificate As X509Certificate2
    public X509Certificate2 Certificate {get; set;}
    See Also