Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / CreatePAdES_B_T Method
The TimeStamp object.
The certificate chain. The first certificate is used for signing.

In This Topic
    CreatePAdES_B_T Method
    In This Topic
    Creates a SignatureProperties object and initializes it so that it will create a PAdES B-T signature.
    Syntax
    'Declaration
     
    Public Shared Function CreatePAdES_B_T( _
       ByVal timeStamp As TimeStamp, _
       ByVal ParamArray certificateChain() As System.Security.Cryptography.X509Certificates.X509Certificate2 _
    ) As SignatureProperties
    public static SignatureProperties CreatePAdES_B_T( 
       TimeStamp timeStamp,
       params System.Security.Cryptography.X509Certificates.X509Certificate2[] certificateChain
    )

    Parameters

    timeStamp
    The TimeStamp object.
    certificateChain
    The certificate chain. The first certificate is used for signing.

    Return Value

    The SignatureProperties object.s
    See Also