Can someone provide a sample of creating a custom key generator, I am using DO.net 4.4. I have tried adding the
This throws an exception during perform: "[KeyGenerator] attribute on type 'VirtualMedia' requires Name to be set" So I tried this:
This throws Service with name "foo" of type 'MyGenerator' is not available. The sample in the documentation is apparently outdated as classes like KeyProviderInfo are not even in the framework. |