Pular para o conteúdo principal

ECPrivateKey

Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class

public class ECPrivateKey : PrivateKey, IPrivateKey

Hierarquia: objectPrivateKeyECPrivateKey

Construtores

ECPrivateKey(ECDsa)

public ECPrivateKey(ECDsa ecDsa)

Parâmetros

NomeTipoDescrição
ecDsaECDsa

ECPrivateKey(ECParameters)

public ECPrivateKey(ECParameters ecParameters)

Parâmetros

NomeTipoDescrição
ecParametersECParameters

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