C# Class System.Security.Cryptography.AsymmetricSignatureFormatter

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CreateSignature ( HashAlgorithm hash ) : byte[]
CreateSignature ( byte rgbHash ) : byte[]
SetHashAlgorithm ( string strName ) : void
SetKey ( AsymmetricAlgorithm key ) : void

Protected Methods

Method Description
AsymmetricSignatureFormatter ( ) : System.Runtime.InteropServices

Method Details

AsymmetricSignatureFormatter() protected method

protected AsymmetricSignatureFormatter ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

CreateSignature() public method

public CreateSignature ( HashAlgorithm hash ) : byte[]
hash HashAlgorithm
return byte[]

CreateSignature() public abstract method

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

SetHashAlgorithm() public abstract method

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

SetKey() public abstract method

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