Click or drag to resize

IdentityMetadata Constructor (String, String, NullableUInt64, NullableUInt64)

Create new identity metadata instance

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IdentityMetadata(
	string clientId,
	string machineId,
	Nullable<ulong> sequenceNumber = null,
	Nullable<ulong> requestTime = null
)

Parameters

clientId
Type: SystemString
Client identifier
machineId
Type: SystemString
Machine identifier
sequenceNumber (Optional)
Type: SystemNullableUInt64
Sequence number
requestTime (Optional)
Type: SystemNullableUInt64
Request time
See Also