Class EcDsaSignatureDescriptions.EcDsaShaSignatureDescription
- Namespace
- ComponentSpace.Saml2.XmlSecurity.Signature
- Assembly
- ComponentSpace.Saml2.dll
Describes the SHA XML signature algorithm.
public abstract class EcDsaSignatureDescriptions.EcDsaShaSignatureDescription : SignatureDescription
- Inheritance
-
EcDsaSignatureDescriptions.EcDsaShaSignatureDescription
- Derived
- Inherited Members
Constructors
EcDsaShaSignatureDescription(string)
Constructs the SHA XML signature algorithm description.
public EcDsaShaSignatureDescription(string digestAlgorithm)
Parameters
digestAlgorithmstringThe digest algorithm.
Methods
CreateDeformatter(AsymmetricAlgorithm)
Creates an AsymmetricSignatureDeformatter with the specified key.
public override AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
Parameters
keyAsymmetricAlgorithmThe key.
Returns
- AsymmetricSignatureDeformatter
The
AsymmetricSignatureDeformatter.
CreateFormatter(AsymmetricAlgorithm)
Creates an AsymmetricSignatureFormatter with the specified key.
public override AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
Parameters
keyAsymmetricAlgorithmThe key.
Returns
- AsymmetricSignatureFormatter
The
AsymmetricSignatureFormatter.