'宣言 Public Function New( _ ByVal serverUrl As System.String, _ ByVal userName As System.String, _ ByVal password As System.String, _ Optional ByVal hashAlgorithm As OID _ )
public TimeStamp( System.string serverUrl, System.string userName, System.string password, OID hashAlgorithm )
パラメータ
- serverUrl
- ServerUrlの値。
- userName
- UserNameの値。
- password
- Passwordの値。
- hashAlgorithm
- HashAlgorithmの値はnullにすることができます。この場合、SHA-256が使用されます。