metodo System::Security::Cryptography::DSACryptoServiceProvider::SignData

DSACryptoServiceProvider::SignData(const ByteArrayPtr&) method

Calcola la firma del valore di input specificato.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer)
ParametroTipoDescrizione
bufferconst ByteArrayPtr&Buffer da cui leggere i dati di input.

ReturnValue

DSA signature for specified data.

Vedi anche

DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t) method

Calcola la firma del valore di input specificato.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer, int32_t offset, int32_t count)
ParametroTipoDescrizione
bufferconst ByteArrayPtr&Buffer da cui leggere i dati di input.
offsetint32_tIndice di inizio della porzione del buffer di input.
countint32_tDimensione della porzione del buffer di input.

ReturnValue

DSA signature for specified data.

Vedi anche

DSACryptoServiceProvider::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method

Informazioni RTTI.

ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)

Vedi anche

DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method

Informazioni RTTI.

ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)

Vedi anche

DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream>&) method

Calcola la firma del valore di input specificato.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream> &input_stream)
ParametroTipoDescrizione
input_streamconst SharedPtr<IO::Stream>&Stream da cui leggere i dati da firmare.

ReturnValue

DSA signature for specified data.

Vedi anche

DSACryptoServiceProvider::SignData(const StreamPtr&, const HashAlgorithmName&) method

Informazioni RTTI.

ByteArrayPtr System::Security::Cryptography::DSA::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)

Vedi anche