System::Security::Cryptography::operator<< methode

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

Voeg gegevens in de stream in met UTF-8-codering.

std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
ParameterTypeBeschrijving
streamstd::ostream&Uitvoerstroom om gegevens in te voegen.
nameconst HashAlgorithmName&Data om in te voegen.

ReturnValue

stream.

Zie ook

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

Voeg gegevens in de stream in.

std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
ParameterTypeBeschrijving
streamstd::wostream&Uitvoerstroom om gegevens in te voegen.
nameconst HashAlgorithmName&Data om in te voegen.

ReturnValue

stream.

Zie ook