Name

RSAPKCS1SignatureDeformatter

Synopsis

public class RSAPKCS1SignatureDeformatter : AsymmetricSignatureDeformatter {
// Public Constructors
   public RSAPKCS1SignatureDeformatter(  );
   public RSAPKCS1SignatureDeformatter(AsymmetricAlgorithm key);
// Public Instance Methods
   public override void SetHashAlgorithm(string strName);
 // overrides AsymmetricSignatureDeformatter
   public override void SetKey(AsymmetricAlgorithm key);
 // overrides AsymmetricSignatureDeformatter
   public override bool VerifySignature(byte[  ] rgbHash,  byte[  ] rgbSignature);
 // overrides AsymmetricSignatureDeformatter
}

This child of the AsymmetricSignatureDeformatter class verifies RSA signatures created with the RSAPKCS1SignatureFormatter class.

Hierarchy

System.Object AsymmetricSignatureDeformatter RSAPKCS1SignatureDeformatter

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.