Method | Description | |
---|---|---|
SetHashAlgorithm ( string strName ) : void | ||
SetKey ( |
||
VerifySignature ( |
||
VerifySignature ( byte rgbHash, byte rgbSignature ) : bool |
Method | Description | |
---|---|---|
AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices |
protected AsymmetricSignatureDeformatter ( ) : System.Runtime.InteropServices | ||
return | System.Runtime.InteropServices |
public abstract SetHashAlgorithm ( string strName ) : void | ||
strName | string | |
return | void |
public abstract SetKey ( |
||
key | ||
return | void |
public VerifySignature ( |
||
hash | ||
rgbSignature | byte | |
return | bool |
public abstract VerifySignature ( byte rgbHash, byte rgbSignature ) : bool | ||
rgbHash | byte | |
rgbSignature | byte | |
return | bool |