Show / Hide Table of Contents

Class RSAPKAlgorithm

Inheritance
Object
PKAlgorithm
RSAPKAlgorithm
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 RSAPKAlgorithm : 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(RSAPublicKey)

Declaration
public RSACryptoServiceProvider GetCsp(RSAPublicKey publicKey)
Parameters
Type Name Description
RSAPublicKey publicKey
Returns
Type Description
RSACryptoServiceProvider

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