Table of Contents

Class RsaPssSignatureDescriptions.RsaPssSignatureFormatter

Namespace
ComponentSpace.Saml2.XmlSecurity.Signature
Assembly
ComponentSpace.Saml2.dll

Formats RSA PSS signatures.

public class RsaPssSignatureDescriptions.RsaPssSignatureFormatter : AsymmetricSignatureFormatter
Inheritance
RsaPssSignatureDescriptions.RsaPssSignatureFormatter
Inherited Members

Methods

CreateSignature(byte[])

Creates the signature from the specified hash value.

public override byte[] CreateSignature(byte[] hash)

Parameters

hash byte[]

Returns

byte[]

SetHashAlgorithm(string)

Sets the name of the hash algorithm used to create the signature.

public override void SetHashAlgorithm(string algorithmName)

Parameters

algorithmName string

The hash algorithm name.

SetKey(AsymmetricAlgorithm)

Sets the key used to create the signature.

public override void SetKey(AsymmetricAlgorithm key)

Parameters

key AsymmetricAlgorithm

The key.