UnsafeNclNativeMethods 类

包含导入不安全本机网络方法的类。 此类不能被继承。

internal static class UnsafeNclNativeMethods

警告

此类是内部的,不应在代码中直接使用。

在任何情况下,Microsoft 都不支持在生产应用程序中使用此方法。

NativePKI 类

包含从 crypt32.dll 中导入的方法。 这些方法在使用 Hypertext Transfer Protocol Secure (HTTPS) 时处理证书。 此类不能被继承。

internal static class NativePKI

NativePKI.FindClientCertificates 方法

发现要发送到服务器的可用客户端证书。

internal static X509CertificateCollection FindClientCertificates

返回值

System.Security.Cryptography.X509Certificates.X509CertificateCollection

可用客户端证书的集合。

要求

命名空间System.Net

程序集:System(在 System.dll 中)