Méthode | Description | |
---|---|---|
SetHashAlgorithm ( string strName ) : void | ||
SetKey ( |
||
VerifySignature ( |
||
VerifySignature ( byte rgbHash, byte rgbSignature ) : bool |
Méthode | Description | |
---|---|---|
AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices |
protected AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices | ||
Résultat | System.Runtime.InteropServices |
public abstract SetHashAlgorithm ( string strName ) : void | ||
strName | string | |
Résultat | void |
public abstract SetKey ( |
||
key | ||
Résultat | void |
public VerifySignature ( |
||
hash | ||
rgbSignature | byte | |
Résultat | bool |
public abstract VerifySignature ( byte rgbHash, byte rgbSignature ) : bool | ||
rgbHash | byte | |
rgbSignature | byte | |
Résultat | bool |