System::Net::Security::SslStream::AuthenticateAsClient メソッド

SslStream::AuthenticateAsClient(String) method

接続のクライアント側を認証します。

virtual void System::Net::Security::SslStream::AuthenticateAsClient(String targetHost)
パラメーター説明
targetHostString現在のインスタンスを共有するサーバーの名前です。

参照

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)
パラメーター説明
targetHostString現在のインスタンスを共有するサーバーの名前です。
clientCertificatesSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>クライアント証明書です。
enabledSslProtocolsSystem::Security::Authentication::SslProtocols認証に使用される SSL プロトコルです。
checkCertificateRevocationbool認証中に証明書失効リストをチェックすべきかを示す値です。

参照