We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fe237 commit 37ce012Copy full SHA for 37ce012
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs
@@ -117,7 +117,7 @@ internal static unsafe ReadOnlySpan<byte> SslGetAlpnSelected(SafeSslHandle ssl)
117
internal static partial IntPtr SslGetPeerCertificate(SafeSslHandle ssl);
118
119
[LibraryImport(Libraries.CryptoNative, EntryPoint = "CryptoNative_SslGetPeerCertChain")]
120
- internal static partial SafeSharedX509StackHandle SslGetPeerCertChain_private(SafeSslHandle ssl);
+ private static partial SafeSharedX509StackHandle SslGetPeerCertChain_private(SafeSslHandle ssl);
121
122
internal static SafeSharedX509StackHandle SslGetPeerCertChain(SafeSslHandle ssl)
123
{
0 commit comments