Class RsaPssSignatureDescriptions.RsaPssShaSignatureDescription
Describes the SHA XML signature algorithm.
Inheritance
RsaPssSignatureDescriptions.RsaPssShaSignatureDescription
Inherited Members
Namespace: ComponentSpace.Saml2.XmlSecurity.Signature
Assembly: ComponentSpace.Saml2.dll
Syntax
public abstract class RsaPssSignatureDescriptions.RsaPssShaSignatureDescription : SignatureDescription
Constructors
RsaPssShaSignatureDescription(string)
Constructs the SHA XML signature algorithm description.
Declaration
public RsaPssShaSignatureDescription(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 |