System::Net::Security::SslStream::AuthenticateAsClient method
inhoud
[
verbergen
]SslStream::AuthenticateAsClient(String) method
Authenticeert de client‑kant van de verbinding.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| Parameter | Type | Beschrijving |
|---|---|---|
| targetHost | String | De naam van de server die de huidige instantie deelt. |
Zie ook
- Class String
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| targetHost | String | De naam van de server die de huidige instantie deelt. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | De clientcertificaten. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | De SSL-protocollen die worden gebruikt voor authenticatie. |
| checkCertificateRevocation | bool | Een waarde die aangeeft of de certificaatintrekkingslijst moet worden gecontroleerd tijdens authenticatie. |
Zie ook
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++