get_LocalCertificate()

SslStream::get_LocalCertificate() method

Returns the certificate that is used to authenticate the local endpoint.

virtual System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate> System::Net::Security::SslStream::get_LocalCertificate()

Return Value

The certificate that is used to authenticate the local endpoint.

See Also