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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::ostream& | Ausgabestream zum Einfügen von Daten. |
| name | const HashAlgorithmName& | Zum Einfügen von Data. |
ReturnValue
stream.
Siehe auch
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::wostream& | Ausgabestream zum Einfügen von Daten. |
| name | const HashAlgorithmName& | Zum Einfügen von Data. |
ReturnValue
stream.
Siehe auch
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++