Skip to content

Add IsolatedStorageFile factory methods with Evidence dependencies #18208

@JeremyKuhne

Description

@JeremyKuhne

Need to implement the various GetStore() methods have direct or indirect dependencies on System.Security.Policy.Evidence.

This includes:

GetStore(IsolatedStorageScope, Type, Type)
GetStore(IsolatedStorageScope, Object, Object)
GetStore(IsolatedStorageScope, Evidence, Type, Evidence, Type)
GetStore(IsolatedStorageScope, Type)
GetStore(IsolatedStorageScope, Object)

These may not be possible without System.Security.Policy.Evidence.

See #18207 for the other factory methods.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions