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++