'Declaration Public Function New( _
ByVal urlThe URL of timestamp server.As System.String, _
ByVal userNameThe user name of timestamp server.As System.String, _
ByVal passwordThe password of timestamp server.As System.String, _
ByVal timestampResponseEstimateSizeThe 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.