System::Net::Security::SslStream::get_LocalCertificate method

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()

ReturnValue

The certificate that is used to authenticate the local endpoint.

See Also