UnsafeNclNativeMethods class
Contains classes that import unsafe native networking methods. This class cannot be inherited.
internal static class UnsafeNclNativeMethods
Warning
This class is internal and is not meant to be used directly in your code.
Microsoft does not support the use of this class in a production application under any circumstance.
NativePKI class
Contains methods imported from crypt32.dll. These methods handle certificates when using Hypertext Transfer Protocol Secure (HTTPS). This class cannot be inherited.
internal static class NativePKI
NativePKI.FindClientCertificates method
Discovers available client certificates to send to the server.
internal static X509CertificateCollection FindClientCertificates
Return value
System.Security.Cryptography.X509Certificates.X509CertificateCollection
A collection of available client certificates.
Requirements
Namespace: System.Net
Assembly: System (in System.dll)