System::Security::Cryptography::operator<< method
System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| name | const HashAlgorithmName& | Data para insertar. |
ReturnValue
stream.
Ver también
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method
Inserta datos en el flujo.
std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| name | const HashAlgorithmName& | Data para insertar. |
ReturnValue
stream.
Ver también
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++