Click or drag to resize

TdeaCheckKey(Byte) Method

Verifies that no part of the key is a weak or semi-weak TDEA key.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static int CheckKey(
	byte[] key
)

Parameters

key  Byte
Key to check

Return Value

Int32
Zero (0) if successful; otherwise it returns a nonzero error code
See Also