System::Net::Security::SslStream::AuthenticateAsClient method
isi
[
bersembunyi
]SslStream::AuthenticateAsClient(String) method
Mengautentikasi sisi klien dari koneksi.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| targetHost | String | Nama server yang membagikan instance saat ini. |
Lihat Juga
- 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
Mengautentikasi sisi klien dari koneksi.
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 | Tipe | Deskripsi |
|---|---|---|
| targetHost | String | Nama server yang membagikan instance saat ini. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | Sertifikat klien. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | Protokol SSL yang digunakan untuk otentikasi. |
| checkCertificateRevocation | bool | Nilai yang menunjukkan apakah daftar pencabutan sertifikat harus diperiksa selama otentikasi. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Page for C++