Skip to content

SecKeychain wrapper methods not marked as obsolete/deprecated #21185

@tipa

Description

@tipa

Framework version

net8.0-ios

Description

The SecKeychain class has what I believe are convenience methods like AddGenericPassword:
https://github.com/xamarin/xamarin-macios/blob/a6b5d22d7420c0fb655026968832fe348dc72c77/src/Security/Items.cs#L511-L532
They call other methods under the hood, like SecKeychainAddGenericPassword. As those methods are deprecated, the "wrapper" method should perhaps also be marked with the obsolete attribute.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions