RSASignMessage(TRSAPrivateKey,Void,Integer,Void,Integer) Method
Represents method RSASignMessage(TRSAPrivateKey,Void,Integer,Void,Integer).
function RSASignMessage( const PrivateKey: TRSAPrivateKey; const MessageHashBuf; const MessageHashBufSize: Integer; var SignatureBuf; const SignatureBufSize: Integer): Integer;
Parameters
- PrivateKey
- Type: TRSAPrivateKey
- MessageHashBuf
- Type: System.Void
- MessageHashBufSize
- Type: Integer
- SignatureBuf
- Type: System.Void
- SignatureBufSize
- Type: Integer
Return Value
Type: Integer