Pular para o conteúdo principal

RSAPrivateKey

Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class

public class RSAPrivateKey : PrivateKey, IPrivateKey

Hierarquia: objectPrivateKeyRSAPrivateKey

Construtores

RSAPrivateKey(RSA)

public RSAPrivateKey(RSA rsa)

Parâmetros

NomeTipoDescrição
rsaRSA

RSAPrivateKey(RSAParameters)

public RSAPrivateKey(RSAParameters rsaParameters)

Parâmetros

NomeTipoDescrição
rsaParametersRSAParameters

Propriedades

Algorithm

public override PKAlgorithm Algorithm { get; }

Retorno

PKAlgorithm


Métodos

GetEncryptionCsp()

public override IEncryptionCsp GetEncryptionCsp()

Retorno

IEncryptionCsp


GetSignatureCsp(DigestAlgorithm)

public override ISignatureCsp GetSignatureCsp(DigestAlgorithm digestAlgorithm)

Parâmetros

NomeTipoDescrição
digestAlgorithmDigestAlgorithm

Retorno

ISignatureCsp


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()