Calamari icon indicating copy to clipboard operation
Calamari copied to clipboard

Modify `PrivateKeyAccessRule` to make serialization possible

Open zentron opened this issue 1 year ago • 0 comments

Another small step towards extracting full framework functionality of Calamari.

This change modifies the PrivateKeyAccessRule class to remove the IdentityReference property as this class will need to be serialized when sent between the separate processes.

Although the class already supports serializing the identity as a string, this assumes that it is in an NTAccount format and does not as easily support the SecurityIdentifier type which can be passed into this class constructor internally.

zentron avatar Sep 10 '24 22:09 zentron