C# Class System.Security.Cryptography.AsymmetricSignatureFormatter

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AsymmetricSignatureFormatter ( ) : System.Runtime.InteropServices

Method Details

AsymmetricSignatureFormatter() protected méthode

protected AsymmetricSignatureFormatter ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

CreateSignature() public méthode

public CreateSignature ( HashAlgorithm hash ) : byte[]
hash HashAlgorithm
Résultat byte[]

CreateSignature() public abstract méthode

public abstract CreateSignature ( byte rgbHash ) : byte[]
rgbHash byte
Résultat byte[]

SetHashAlgorithm() public abstract méthode

public abstract SetHashAlgorithm ( string strName ) : void
strName string
Résultat void

SetKey() public abstract méthode

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
Résultat void