| 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
)
Protected Function KeyFromBcdTime (
timeBCD As Byte(),
byteCount As Integer
) As Byte()
protected:
array<unsigned char>^ KeyFromBcdTime(
array<unsigned char>^ timeBCD,
int byteCount
)
member KeyFromBcdTime :
timeBCD : byte[] *
byteCount : int -> byte[]
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:
ByteAn array of bytes containing the new key.
See Also