Click or drag to resize

SecurIdSdtidTokenDecryptSeed Method

Decrypt a token's Seed value.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected byte[] DecryptSeed(
	byte[] seed,
	string partialIV,
	byte[] key
)

Parameters

seed
Type: SystemByte
An array of bytes containing a token's encrypted seed value
partialIV
Type: SystemString
A string that will be used as part of the initialization vector (IV) for the decryption.
key
Type: SystemByte
An array of bytes containing the decryption key.

Return Value

Type: Byte
An array of bytes containing the decrypted seed.
See Also