Show / Hide Table of Contents

Class RsaPssSignatureDescriptions

Includes XML signature descriptions for the RSA PSS SHA1, SHA-256, SHA-384 and SHA-512 algorithms.

Inheritance
System.Object
RsaPssSignatureDescriptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.XmlSecurity.Signature
Assembly: ComponentSpace.Saml2.dll
Syntax
public class RsaPssSignatureDescriptions

Constructors

RsaPssSignatureDescriptions(ILoggerFactory)

Initializes a new instance of the RsaPssSha2SignatureDescriptions class.

Declaration
public RsaPssSignatureDescriptions(ILoggerFactory loggerFactory)
Parameters
Type Name Description
Microsoft.Extensions.Logging.ILoggerFactory loggerFactory

The logger factory.

Methods

AddAlgorithms()

Adds the RSA PSS XML signature algorithms to the system so they're available for subsequent use.

Declaration
public void AddAlgorithms()
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.