operator<<()
System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) function
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
Arguments
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
name | const HashAlgorithmName& | Data to insert. |
Return Value
stream.
System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) function
Insert data into the stream.
std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
Arguments
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
name | const HashAlgorithmName& | Data to insert. |
Return Value
stream.
See Also
- Struct HashAlgorithmName
- Namespace System::Security::Cryptography
- Library Aspose.Slides