System::Security::Cryptography::operator<< 方法
System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
| Parameter | Type | 描述 |
|---|---|---|
| 流 | std::ostream& | 用于插入数据的输出流。 |
| name | const HashAlgorithmName& | Data 用于插入。 |
ReturnValue
stream.
另见
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method
将数据插入流。
std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
| Parameter | Type | 描述 |
|---|---|---|
| 流 | std::wostream& | 用于插入数据的输出流。 |
| name | const HashAlgorithmName& | Data 用于插入。 |
ReturnValue
stream.
另见
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++