System::Security::Cryptography::operator<< yöntemi

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

UTF-8 kodlaması kullanarak akıma veri ekleyin.

std::ostream & System::Security::Cryptography::operator<<(std::ostream &stream, const HashAlgorithmName &name)
ParametreTürAçıklama
akışstd::ostream&Veri eklemek için çıktı akışı.
nameconst HashAlgorithmName&Data eklemek için.

ReturnValue

stream.

Ayrıca Bakınız

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

Akıma veri ekleyin.

std::wostream & System::Security::Cryptography::operator<<(std::wostream &stream, const HashAlgorithmName &name)
ParametreTürAçıklama
akışstd::wostream&Veri eklemek için çıktı akışı.
nameconst HashAlgorithmName&Data eklemek için.

ReturnValue

stream.

Ayrıca Bakınız