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

SslStream::AuthenticateAsClient(String) method

Authenticeert de client‑kant van de verbinding.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
ParameterTypeBeschrijving
targetHostStringDe naam van de server die de huidige instantie deelt.

Zie ook

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

Authenticeert de client‑kant van de verbinding.

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
ParameterTypeBeschrijving
targetHostStringDe naam van de server die de huidige instantie deelt.
clientCertificatesSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>De clientcertificaten.
enabledSslProtocolsSystem::Security::Authentication::SslProtocolsDe SSL-protocollen die worden gebruikt voor authenticatie.
checkCertificateRevocationboolEen waarde die aangeeft of de certificaatintrekkingslijst moet worden gecontroleerd tijdens authenticatie.

Zie ook