Click or drag to resize

SecurIdSdtidTokenDecryptSecret Method

Decrypt a token's Secret value.

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

Parameters

secret
Type: SystemByte
An array of bytes containing a token Secret
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 Secret.
See Also