RSAPrivateKey
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public class RSAPrivateKey : PrivateKey, IPrivateKey
Hierarquia: object → PrivateKey → RSAPrivateKey
Construtores
RSAPrivateKey(RSA)
public RSAPrivateKey(RSA rsa)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
rsa | RSA |
RSAPrivateKey(RSAParameters)
public RSAPrivateKey(RSAParameters rsaParameters)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
rsaParameters | RSAParameters |
Propriedades
Algorithm
public override PKAlgorithm Algorithm { get; }
Retorno
Métodos
GetEncryptionCsp()
public override IEncryptionCsp GetEncryptionCsp()
Retorno
GetSignatureCsp(DigestAlgorithm)
public override ISignatureCsp GetSignatureCsp(DigestAlgorithm digestAlgorithm)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
digestAlgorithm | DigestAlgorithm |
Retorno
Membros herdados
GetInstance(X509Certificate2), GetInstance(AsymmetricAlgorithm), Decode(string), Decode(string, string), Decode(byte[]), Decode(byte[], string), Export(), ExportPem(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()