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