System::Security::Cryptography::operator<< Methode

System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method

Daten in den Stream mit UTF-8-Kodierung einfügen.

std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
ParameterTypBeschreibung
Streamstd::ostream&Ausgabestream zum Einfügen von Daten.
nameconst HashAlgorithmName&Zum Einfügen von Data.

ReturnValue

stream.

Siehe auch

System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method

Daten in den Stream einfügen.

std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
ParameterTypBeschreibung
Streamstd::wostream&Ausgabestream zum Einfügen von Daten.
nameconst HashAlgorithmName&Zum Einfügen von Data.

ReturnValue

stream.

Siehe auch