System::Net::Security::LocalCertificateSelectionCallback typedef

LocalCertificateSelectionCallback typedef

ローカル SSL 証明書を選択するために使用されるユーザー デリゲートです。

using System::Net::Security::LocalCertificateSelectionCallback = 
    System::MulticastDelegate<System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate>(
        System::SharedPtr<Object>, String,
        System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>,
        System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate>,
        System::ArrayPtr<String>)>

参照