C# Class Difi.SikkerDigitalPost.Klient.Security.RsaPkCs1Sha256SignatureDescription

From: http://stackoverflow.com/questions/17258800/c-sharp-support-for-rsa-sha-256-signing-for-individual-xml-elements Usage: CryptoConfig.AddAlgorithm(typeof(RsaPkCs1Sha256SignatureDescription), @"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256");
Inheritance: System.Security.Cryptography.SignatureDescription
Mostrar archivo Open project: difi/sikker-digital-post-klient-dotnet

Public Methods

Method Description
CreateDeformatter ( AsymmetricAlgorithm key ) : AsymmetricSignatureDeformatter
RsaPkCs1Sha256SignatureDescription ( ) : System.Security.Cryptography

Method Details

CreateDeformatter() public method

public CreateDeformatter ( AsymmetricAlgorithm key ) : AsymmetricSignatureDeformatter
key System.Security.Cryptography.AsymmetricAlgorithm
return System.Security.Cryptography.AsymmetricSignatureDeformatter

RsaPkCs1Sha256SignatureDescription() public method

public RsaPkCs1Sha256SignatureDescription ( ) : System.Security.Cryptography
return System.Security.Cryptography