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인증 중에 인증서 폐기 목록을 확인해야 하는지를 나타내는 값입니다.

또 보기