System::Net::Security::SslStream::AuthenticateAsClient Methode
Inhalt
[
Ausblenden
]SslStream::AuthenticateAsClient(String) method
Authentifiziert die Client‑Seite der Verbindung.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| Parameter | Typ | Beschreibung |
|---|---|---|
| targetHost | String | Der Name des Servers, der die aktuelle Instanz freigibt. |
Siehe auch
- Class String
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++
SslStream::AuthenticateAsClient(String, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>, System::Security::Authentication::SslProtocols, bool) method
Authentifiziert die Client‑Seite der Verbindung.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
| Parameter | Typ | Beschreibung |
|---|---|---|
| targetHost | String | Der Name des Servers, der die aktuelle Instanz freigibt. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | Die Client-Zertifikate. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | Die SSL-Protokolle, die für die Authentifizierung verwendet werden. |
| checkCertificateRevocation | bool | Ein Wert, der angibt, ob die Zertifikatswiderrufsliste während der Authentifizierung geprüft werden muss. |
Siehe auch
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++