Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Constructor for DkimSigner to accept key as a stream #255

Closed
j055 opened this issue Jun 21, 2016 · 1 comment
Closed

Additional Constructor for DkimSigner to accept key as a stream #255

j055 opened this issue Jun 21, 2016 · 1 comment
Labels
enhancement New feature or request

Comments

@j055
Copy link

j055 commented Jun 21, 2016

Hi

It would be nice to have a another constructor for the DkimSigner to allow a stream:

public DkimSigner (Stream key, string domain, string selector)

I'd like to be able to load the key file from some cloud storage location without the need to implement the code to create the AsymmetricKeyParameter.

Does that sound reasonable?
Many thanks
Andrew

@jstedfast jstedfast added the enhancement New feature or request label Jun 21, 2016
@jstedfast
Copy link
Owner

Seems reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants