Pular para o conteúdo principal

RSAPublicKey

Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class

public class RSAPublicKey : PublicKey

Hierarquia: objectPublicKeyRSAPublicKey

Construtores

RSAPublicKey(RSAParameters)

public RSAPublicKey(RSAParameters rsaParameters)

Parâmetros

NomeTipoDescrição
rsaParametersRSAParameters

Propriedades

Algorithm

public override PKAlgorithm Algorithm { get; }

Retorno

PKAlgorithm


KeySize

public override int KeySize { get; }

Retorno

int


RSAParameters

public RSAParameters RSAParameters { get; }

Retorno

RSAParameters


Métodos

IsEquivalent(RSAPublicKey)

public bool IsEquivalent(RSAPublicKey other)

Parâmetros

NomeTipoDescrição
otherRSAPublicKey

Retorno

bool


Membros herdados

GetInstance(AsymmetricAlgorithm), Decode(string), Decode(byte[]), IsEquivalent(PublicKey), GetSignatureCsp(DigestAlgorithm), GetEncryptionCsp(), VerifyData(DigestAlgorithm, byte[], byte[]), VerifyHash(DigestAlgorithm, byte[], byte[]), GetEncodedValue(), GetPemEncoded(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()