File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/native/libs/System.Security.Cryptography.Native.Android Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14#include "pal_trust_manager.h"
25
36ARGS_NON_NULL_ALL void AndroidCryptoNative_RegisterRemoteCertificateValidationCallback (RemoteCertificateValidationCallback callback )
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14#include "pal_jni.h"
25
36typedef bool (* RemoteCertificateValidationCallback )(intptr_t );
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14#include "pal_trust_manager.h"
25#include <stdatomic.h>
36
You can’t perform that action at this time.
0 commit comments