System::Security::Cryptography::operator<< methode
System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method
Voeg gegevens in de stream in met UTF-8-codering.
std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | std::ostream& | Uitvoerstroom om gegevens in te voegen. |
| name | const HashAlgorithmName& | Data om in te voegen. |
ReturnValue
stream.
Zie ook
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method
Voeg gegevens in de stream in.
std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | std::wostream& | Uitvoerstroom om gegevens in te voegen. |
| name | const HashAlgorithmName& | Data om in te voegen. |
ReturnValue
stream.
Zie ook
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++