-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API T:System.ServiceModel.Channels.ISecurityCapabilities #1415
Comments
Interface is already in our code base. Remaining work is to expose it. Recommend System.ServiceModel.Security contract. |
Tasks are:
|
ProtectionLevel is planned for netstandard 2.0 but not in yet. |
We will resume this work when ProtetionLevel is available on UWP/NS2.0. |
Unit tests and scenario tests are not necessary. |
One correction, added unit tests. |
This API has dependency on
System.Net.ProtectionLevel
The text was updated successfully, but these errors were encountered: