System::Net::Security::SslStream::get_IsEncrypted method

SslStream::get_IsEncrypted method

Returns a value that indicates if the data sent using this stream is encrypted.

bool System::Net::Security::SslStream::get_IsEncrypted() const override

ReturnValue

A value that indicates if the data sent using this stream is encrypted.

See Also