TimeStamp Constructor(String,String,String,OID)
In This Topic
Initializes a new instance of the
TimeStamp class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As OID _
)
public TimeStamp(
System.string ,
System.string ,
System.string ,
OID
)
Parameters
- serverUrl
- The value of ServerUrl.
- userName
- The value of UserName.
- password
- The value of Password.
- hashAlgorithm
- The value of HashAlgorithm, can be null, in this case SHA-256 will be used.
See Also