Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.44 KB

system.net.unsafenclnativemethods.md

File metadata and controls

56 lines (41 loc) · 1.44 KB
description title ms.date ms.subservice topic_type api_name api_location api_type
Learn more about: UnsafeNclNativeMethods class
UnsafeNclNativeMethods class (System.Net)
06/12/2020
networking
apiref
System.Net.UnsafeNclNativeMethods
System.Net.UnsafeNclNativeMethods.NativePKI
System.Net.UnsafeNclNativeMethods.NativePKI.FindClientCertificates
System.dll
Assembly

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

xref:System.Security.Cryptography.X509Certificates.X509CertificateCollection?displayProperty=nameWithType

A collection of available client certificates.

Requirements

Namespace: xref:System.Net

Assembly: System (in System.dll)