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