RSAPublicKey
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public class RSAPublicKey : PublicKey
Hierarquia: object → PublicKey → RSAPublicKey
Construtores
RSAPublicKey(RSAParameters)
public RSAPublicKey(RSAParameters rsaParameters)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
rsaParameters | RSAParameters |
Propriedades
Algorithm
public override PKAlgorithm Algorithm { get; }
Retorno
KeySize
public override int KeySize { get; }
Retorno
RSAParameters
public RSAParameters RSAParameters { get; }
Retorno
Métodos
IsEquivalent(RSAPublicKey)
public bool IsEquivalent(RSAPublicKey other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | RSAPublicKey |
Retorno
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()