System::Net::Security::SslStream::AuthenticateAsClient method

SslStream::AuthenticateAsClient(String) method

Mengautentikasi sisi klien dari koneksi.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
ParameterTipeDeskripsi
targetHostStringNama server yang membagikan instance saat ini.

Lihat Juga

SslStream::AuthenticateAsClient(String, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>, System::Security::Authentication::SslProtocols, bool) method

Mengautentikasi sisi klien dari koneksi.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
ParameterTipeDeskripsi
targetHostStringNama server yang membagikan instance saat ini.
clientCertificatesSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>Sertifikat klien.
enabledSslProtocolsSystem::Security::Authentication::SslProtocolsProtokol SSL yang digunakan untuk otentikasi.
checkCertificateRevocationboolNilai yang menunjukkan apakah daftar pencabutan sertifikat harus diperiksa selama otentikasi.

Lihat Juga