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