Show / Hide Table of Contents
Editar no GitHub

Class RSAPrivateKey

Inheritance
Object
PrivateKey
RSAPrivateKey
Inherited Members
PrivateKey.GetInstance(X509Certificate2)
PrivateKey.GetInstance(AsymmetricAlgorithm)
PrivateKey.Decode(String)
PrivateKey.Decode(String, String)
PrivateKey.Decode(Byte[])
PrivateKey.Decode(Byte[], String)
PrivateKey.Export()
PrivateKey.ExportPem()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class RSAPrivateKey : PrivateKey, IPrivateKey

Constructors

| Improve this Doc View Source

RSAPrivateKey(RSA)

Declaration
public RSAPrivateKey(RSA rsa)
Parameters
Type Name Description
RSA rsa
| Improve this Doc View Source

RSAPrivateKey(RSAParameters)

Declaration
public RSAPrivateKey(RSAParameters rsaParameters)
Parameters
Type Name Description
RSAParameters rsaParameters

Properties

| Improve this Doc View Source

Algorithm

Declaration
public override PKAlgorithm Algorithm { get; }
Property Value
Type Description
PKAlgorithm
Overrides
PrivateKey.Algorithm

Methods

| Improve this Doc View Source

GetEncryptionCsp()

Declaration
public override IEncryptionCsp GetEncryptionCsp()
Returns
Type Description
IEncryptionCsp
Overrides
PrivateKey.GetEncryptionCsp()
| Improve this Doc View Source

GetSignatureCsp(DigestAlgorithm)

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