System::Security::Cryptography::operator<< method
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++