System::Net::Security::SslStream::AuthenticateAsClient metod
Innehåll
[
Dölj
]SslStream::AuthenticateAsClient(String) method
Autentiserar klientdelen av anslutningen.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| Parameter | Type | Beskrivning |
|---|---|---|
| targetHost | String | Namnet på servern som delar den aktuella instansen. |
Se även
- 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
Autentiserar klientdelen av anslutningen.
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 | Beskrivning |
|---|---|---|
| targetHost | String | Namnet på servern som delar den aktuella instansen. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | Klientcertifikaten. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | SSL-protokollen som används för autentisering. |
| checkCertificateRevocation | bool | Ett värde som indikerar om certifikatåterkallandelistan måste kontrolleras under autentisering. |
Se även
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++