Class RSAPrivateKey
Inheritance
RSAPrivateKey
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
Properties
|
Improve this Doc
View Source
Algorithm
Declaration
public override PKAlgorithm Algorithm { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetEncryptionCsp()
Declaration
public override IEncryptionCsp GetEncryptionCsp()
Returns
Overrides
|
Improve this Doc
View Source
GetSignatureCsp(DigestAlgorithm)
Declaration
public override ISignatureCsp GetSignatureCsp(DigestAlgorithm digestAlgorithm)
Parameters
Returns
Overrides