Class RSAPrivateKey
Inheritance
RSAPrivateKey
Assembly: Lacuna.Pki.dll
Syntax
public class RSAPrivateKey : PrivateKey, IPrivateKey
Constructors
RSAPrivateKey(RSA)
Declaration
public RSAPrivateKey(RSA rsa)
Parameters
Type |
Name |
Description |
RSA |
rsa |
|
RSAPrivateKey(RSAParameters)
Declaration
public RSAPrivateKey(RSAParameters rsaParameters)
Parameters
Properties
Algorithm
Declaration
public override PKAlgorithm Algorithm { get; }
Property Value
Overrides
Methods
GetEncryptionCsp()
Declaration
public override IEncryptionCsp GetEncryptionCsp()
Returns
Overrides
GetSignatureCsp(DigestAlgorithm)
Declaration
public override ISignatureCsp GetSignatureCsp(DigestAlgorithm digestAlgorithm)
Parameters
Returns
Overrides