public byte[] SignHash(
byte[] hash
)
Public Function SignHash (
hash As Byte()
) As Byte()
public:
virtual array<unsigned char>^ SignHash(
array<unsigned char>^ hash
) sealed
abstract SignHash :
hash : byte[] -> byte[]
override SignHash :
hash : byte[] -> byte[]
ArgumentNullException | hash parameter is null. |