Click or drag to resize

CipherKeyBytes Method

Return the key size in bytes for a given cipher algorithm

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static int KeyBytes(
	CipherAlgorithm alg
)

Parameters

alg  CipherAlgorithm
Cipher algorithm

Return Value

Int32
Key size in bytes
See Also