System::Net::Security::SslStream::AuthenticateAsClient メソッド
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.Page 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.Page for C++