System::Net::Security::SslStream::AuthenticateAsClient method
Contents
[
Hide
]SslStream::AuthenticateAsClient(String) method
Authenticates the client-side of the connection.
virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
Parameter | Type | Description |
---|---|---|
targetHost | String | The name of the server that shares the current instance. |
See Also
- Class String
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.PUB for C++
SslStream::AuthenticateAsClient(String, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>, System::Security::Authentication::SslProtocols, bool) method
Authenticates the client-side of the connection.
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 | Description |
---|---|---|
targetHost | String | The name of the server that shares the current instance. |
clientCertificates | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | The client certificates. |
enabledSslProtocols | System::Security::Authentication::SslProtocols | The SSL protocols that are used for authentication. |
checkCertificateRevocation | bool | A value that indicates if the certificate revocation list must be checked during authentication. |
See Also
- Class String
- Typedef SharedPtr
- Class X509CertificateCollection
- Enum SslProtocols
- Class SslStream
- Namespace System::Net::Security
- Library Aspose.PUB for C++