Click or drag to resize

DesCheckKey(String) Method

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

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static int CheckKey(
	string keyHex
)

Parameters

keyHex  String
Hex-encoded key to check

Return Value

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