Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
String
Overrides
PKAlgorithm.Name
| Improve this Doc View Source

Oid

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

Methods

| Improve this Doc View Source

GetCsp(DSAPublicKey)

Declaration
public DSACryptoServiceProvider GetCsp(DSAPublicKey publicKey)
Parameters
Type Name Description
DSAPublicKey publicKey
Returns
Type Description
DSACryptoServiceProvider
| Improve this Doc View Source

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