Show / Hide Table of Contents

Class DSAPKAlgorithm

Inheritance
Object
PKAlgorithm
DSAPKAlgorithm
Inherited Members
PKAlgorithm.RSA
PKAlgorithm.DSA
PKAlgorithm.GetInstanceByName(String)
PKAlgorithm.GetInstanceByOID(String)
PKAlgorithm.Equals(Object)
PKAlgorithm.Equals(PKAlgorithm)
PKAlgorithm.GetHashCode()
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class DSAPKAlgorithm : PKAlgorithm

Properties

Name

Declaration
public override string Name { get; }
Property Value
Type Description
String
Overrides
PKAlgorithm.Name

Oid

Declaration
public override string Oid { get; }
Property Value
Type Description
String
Overrides
PKAlgorithm.Oid

Methods

GetCsp(DSAPublicKey)

Declaration
public DSACryptoServiceProvider GetCsp(DSAPublicKey publicKey)
Parameters
Type Name Description
DSAPublicKey publicKey
Returns
Type Description
DSACryptoServiceProvider

GetSignatureAlgorithm(DigestAlgorithm)

Declaration
public override SignatureAlgorithm GetSignatureAlgorithm(DigestAlgorithm digestAlgorithm)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm
Returns
Type Description
SignatureAlgorithm
Overrides
PKAlgorithm.GetSignatureAlgorithm(DigestAlgorithm)
Back to top Copyright © 2015-2020 Lacuna Software