Click or drag to resize

DsaAlgName Method

Get the algorithm name from its code

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string AlgName(
	DsaAlg alg
)

Parameters

alg  DsaAlg
DSA signature algorithm

Return Value

String
Algorithm name
See Also