Click or drag to resize

SecurIdTokenKeyFromBcdTime Method

Creates an encryption key value based on a specified number of bytes from a date/time value that is encoded as a packed binary-coded decimal (BCD)

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
protected byte[] KeyFromBcdTime(
	byte[] timeBCD,
	int byteCount
)

Parameters

timeBCD
Type: SystemByte
A date/time value encoded as a packed binary-coded decimal (BCD)
byteCount
Type: SystemInt32
The number of bytes from timeBCD to be included in the key.

Return Value

Type: Byte
An array of bytes containing the new key.
See Also