VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / TimestampAuthorityWebClient Class / TimestampAuthorityWebClient Constructors / TimestampAuthorityWebClient Constructor(String,String,String,Int32)
Syntax Requirements SeeAlso
In This Topic
    TimestampAuthorityWebClient Constructor(String,String,String,Int32)
    In This Topic
    Initializes a new instance of the TimestampAuthorityWebClient class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal url
    The URL of timestamp server.
    As System.String, _
    ByVal userName
    The user name of timestamp server.
    As System.String, _
    ByVal password
    The password of timestamp server.
    As System.String, _
    ByVal timestampResponseEstimateSize
    The timestamp token estimate size, in bytes.
    As System.Int32 _
    )
    public TimestampAuthorityWebClient(
    System.String url,
    System.String userName,
    System.String password,
    System.Int32 timestampResponseEstimateSize
    )
    public: TimestampAuthorityWebClient(
    System.String url,
    System.String userName,
    System.String password,
    System.Int32 timestampResponseEstimateSize
    )
    public:
    TimestampAuthorityWebClient(
    System.String url,
    System.String userName,
    System.String password,
    System.Int32 timestampResponseEstimateSize
    )

    Parameters

    url
    The URL of timestamp server.
    userName
    The user name of timestamp server.
    password
    The password of timestamp server.
    timestampResponseEstimateSize
    The timestamp token estimate size, in bytes.
    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