Skip to content
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

[Security] Fix bug 44062 - SecRecord is missing a property to enable password access control #842

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

dalexsoto
Copy link
Member

https://bugzilla.xamarin.com/show_bug.cgi?id=44062

Added missing kSecUseAuthenticationContext to our SecRecord wrapper

…password access control

https://bugzilla.xamarin.com/show_bug.cgi?id=44062

Added missing kSecUseAuthenticationContext to our SecRecord wrapper
@monojenkins
Copy link
Collaborator

Build success

}
set {
if (value == null)
throw new ArgumentNullException (nameof (value));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so it's not something you can set to null ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No according to the tests I did, while it does not crash the API, it just won't do what you expect it to do

@spouliot spouliot merged commit 2742407 into xamarin:master Sep 16, 2016
@dalexsoto dalexsoto deleted the security branch September 19, 2016 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants