System::Security::Cryptography::operator<< metod

System::Security::Cryptography::operator«(std::ostream&, const HashAlgorithmName&) method

Infoga data i strömmen med UTF‑8‑kodning.

std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
ParameterTypeBeskrivning
strömstd::ostream&Utdatastream att infoga data i.
nameconst HashAlgorithmName&Data att infoga.

ReturnValue

stream.

Se även

System::Security::Cryptography::operator«(std::wostream&, const HashAlgorithmName&) method

Infoga data i strömmen.

std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
ParameterTypeBeskrivning
strömstd::wostream&Utdatastream att infoga data i.
nameconst HashAlgorithmName&Data att infoga.

ReturnValue

stream.

Se även