VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / ITimestampAuthorityClient Interface / GetTimestampResponse(Byte[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetTimestampResponse(Byte[]) Method (ITimestampAuthorityClient)
    In This Topic
    Returns a timestamp response of timestamp request.
    Syntax
    'Declaration
    
    Public Function GetTimestampResponse( _
    ByVal requestBytes
    The bytes of timestamp request.
    () As Byte _
    ) As Byte[]
    public byte[] GetTimestampResponse(
    byte[] requestBytes
    )
    public: byte[] GetTimestampResponse(
    byte[]* requestBytes
    )
    public:
    byte[] GetTimestampResponse(
    array<byte>^ requestBytes
    )

    Parameters

    requestBytes
    The bytes of timestamp request.

    Return Value

    Timestamp response.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also