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