System::Security::Cryptography::operator<< yöntemi
System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| name | const HashAlgorithmName& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method
Akıma veri ekleyin.
std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| name | const HashAlgorithmName& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++