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