get_IsEncrypted()

SslStream::get_IsEncrypted() const method

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

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

Return Value

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

See Also