Verifies that no part of the key is a weak or semi-weak DES key.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static int CheckKey(
byte[] key
)
Public Shared Function CheckKey (
key As Byte()
) As Integer
Parameters
- key Byte
- Key to check
Return Value
Int32Zero (0) if successful; otherwise it returns a nonzero
error code
See Also