C# Class System.Security.Cryptography.RSAPKCS1SignatureFormatter

Inheritance: AsymmetricSignatureFormatter
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CreateSignature ( byte rgbHash ) : byte[]
RSAPKCS1SignatureFormatter ( ) : System.Runtime.InteropServices
RSAPKCS1SignatureFormatter ( AsymmetricAlgorithm key ) : System.Runtime.InteropServices
SetHashAlgorithm ( string strName ) : void
SetKey ( AsymmetricAlgorithm key ) : void

Method Details

CreateSignature() public method

public CreateSignature ( byte rgbHash ) : byte[]
rgbHash byte
return byte[]

RSAPKCS1SignatureFormatter() public method

public RSAPKCS1SignatureFormatter ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

RSAPKCS1SignatureFormatter() public method

public RSAPKCS1SignatureFormatter ( AsymmetricAlgorithm key ) : System.Runtime.InteropServices
key AsymmetricAlgorithm
return System.Runtime.InteropServices

SetHashAlgorithm() public method

public SetHashAlgorithm ( string strName ) : void
strName string
return void

SetKey() public method

public SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
return void