PkiRsaPkcs1SignatureDescription
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
Do not use this class (it is only public because of limitations of the .NET Framework)
[Obsolete("Do not use this class (it is only public because of limitations of the .NET Framework and is not guaranteed to exist in future versions)")]
public abstract class PkiRsaPkcs1SignatureDescription : SignatureDescription
Hierarquia: object → SignatureDescription → PkiRsaPkcs1SignatureDescription
Construtores
PkiRsaPkcs1SignatureDescription(DigestAlgorithm)
protected PkiRsaPkcs1SignatureDescription(DigestAlgorithm digestAlgorithm)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
digestAlgorithm | DigestAlgorithm |
Métodos
CreateDeformatter(AsymmetricAlgorithm)
public override AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
key | AsymmetricAlgorithm |
Retorno
AsymmetricSignatureDeformatter
CreateFormatter(AsymmetricAlgorithm)
public override AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
key | AsymmetricAlgorithm |
Retorno
Membros herdados
CreateDigest(), KeyAlgorithm, DigestAlgorithm, FormatterAlgorithm, DeformatterAlgorithm, ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()