Skip to content

Consider conditionally compiling storage properties. #266

@reillysiemens

Description

@reillysiemens

When we create encrypted storage properties right now we configure the object to know how to work with all platforms. This might not be necessary. We should investigate whether it makes sense to conditionally compile parts of that process. Here's an example of that usage currently.

var storageProperties = new StorageCreationPropertiesBuilder(this.cacheFileName, this.cacheDir)
.WithLinuxKeyring(LinuxKeyRingSchema, LinuxKeyRingCollection, LinuxKeyRingLabel, linuxKeyRingAttr1, linuxKeyRingAttr2)
.WithMacKeyChain(osxKeychainItem, MacOSAccountName)
.Build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions