System::Net::Security::SslStream::AuthenticateAsClient méthode
Contenu
[
Cacher
]SslStream::AuthenticateAsClient(String) method
Authentifie le côté client de la connexion.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
| Paramètre | Type | Description |
|---|---|---|
| targetHost | String | Le nom du serveur qui partage l’instance actuelle. |
Voir aussi
- 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
Authentifie le côté client de la connexion.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> clientCertificates, System::Security::Authentication::SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
| Paramètre | Type | Description |
|---|---|---|
| targetHost | String | Le nom du serveur qui partage l’instance actuelle. |
| clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | Les certificats client. |
| enabledSslProtocols | System::Security::Authentication::SslProtocols | Les protocoles SSL qui sont utilisés pour l’authentification. |
| checkCertificateRevocation | bool | Une valeur qui indique si la liste de révocation des certificats doit être vérifiée pendant l’authentification. |
Voir aussi
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.Font for C++