System::Net::Security::SslStream::AuthenticateAsClient method
محتويات
[
يخفي
]SslStream::AuthenticateAsClient(String) method
يقوم بالمصادقة على جانب العميل من الاتصال.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| معامل | نوع | الوصف |
|---|---|---|
| targetHost | String | اسم الخادم الذي يشارك النسخة الحالية. |
انظر أيضًا
- 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
يقوم بالمصادقة على جانب العميل من الاتصال.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
| معامل | نوع | الوصف |
|---|---|---|
| targetHost | String | اسم الخادم الذي يشارك النسخة الحالية. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | شهادات العميل. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | بروتوكولات SSL المستخدمة للمصادقة. |
| checkCertificateRevocation | bool | قيمة تشير إلى ما إذا كان يجب فحص قائمة إبطال الشهادة أثناء المصادقة. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++