System::Net::Security::SslStream::AuthenticateAsClient metodu

SslStream::AuthenticateAsClient(String) method

Bağlantının istemci tarafını kimlik doğrular.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
ParametreTürAçıklama
targetHostDizeGeçerli örneği paylaşan sunucunun adı.

Ayrıca Bakınız

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

Bağlantının istemci tarafını kimlik doğrular.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
ParametreTürAçıklama
targetHostDizeGeçerli örneği paylaşan sunucunun adı.
clientCertificatesSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>İstemci sertifikaları.
enabledSslProtocolsSystem::Security::Authentication::SslProtocolsKimlik doğrulama için kullanılan SSL protokolleri.
checkCertificateRevocationboolKimlik doğrulama sırasında sertifika iptal listesi kontrol edilmesi gerekip gerekmediğini gösteren bir değer.

Ayrıca Bakınız