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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | 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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| name | const HashAlgorithmName& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++