System::Security::Cryptography::operator<< metodu

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

Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.

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

ReturnValue

stream.

Ayrıca Bakınız

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

Veriyi akışa ekleyin.

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

ReturnValue

stream.

Ayrıca Bakınız