Click or drag to resize

RsaCryptoSignatureVerifier Constructor

Create RSA crypto signature verifier instance.

Namespace:  Guardtime.KSI.Crypto.BouncyCastle.Crypto
Assembly:  ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public RsaCryptoSignatureVerifier(
	string algorithm
)

Parameters

algorithm
Type: SystemString
digest algorithm
See Also