Class DSAPKAlgorithm
Inheritance
DSAPKAlgorithm
Assembly: Lacuna.Pki.dll
Syntax
public class DSAPKAlgorithm : PKAlgorithm
Properties
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Oid
Declaration
public override string Oid { get; }
Property Value
Overrides
Methods
GetCsp(DSAPublicKey)
Declaration
public DSACryptoServiceProvider GetCsp(DSAPublicKey publicKey)
Parameters
Returns
GetSignatureAlgorithm(DigestAlgorithm)
Declaration
public override SignatureAlgorithm GetSignatureAlgorithm(DigestAlgorithm digestAlgorithm)
Parameters
Returns
Overrides