Return length in bytes of (expanded) private key for the given DSA algorithm.
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int PrivateKeySize(
DsaAlg alg
)
Public Shared Function PrivateKeySize (
alg As DsaAlg
) As Integer
Parameters
- alg DsaAlg
- DSA signature algorithm
Return Value
Int32Length of key in bytes
See Also