[NUI] Implement certificate & authentication APIs of WebView. (#2893)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Wed, 21 Apr 2021 08:31:17 +0000 (16:31 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 28 Apr 2021 03:36:30 +0000 (12:36 +0900)
commitbc6feedd20c9a7d5437d0a5e4a78f68978a1eb2a
tree277b39085d71138882e2c9b53595a221cf7e83c1
parent89db65cd5072ebd2c41da67c439590b93dbf6248
[NUI] Implement certificate & authentication APIs of WebView. (#2893)

This patch is to implement ssl certificate & http authentication
of WebView.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.WebCertificate.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebHttpAuthHandler.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/WebView/WebCertificate.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebHttpAuthHandler.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebView.cs
src/Tizen.NUI/src/internal/WebView/WebViewCertificateReceivedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewCertificateReceivedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewHttpAuthRequestedEventArgs.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WebView/WebViewHttpAuthRequestedSignal.cs [new file with mode: 0755]