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

Client Encryption : Adds support to expose Type in EncryptionKeyWrapMetadata constructor. #2283

Merged
merged 15 commits into from
Mar 23, 2021

Conversation

kr-santosh
Copy link
Contributor

@kr-santosh kr-santosh commented Mar 8, 2021

Description

Expose Type in EncryptionKeyWrapMetadata public constructor

    /// <summary>
    /// Creates a new instance of key wrap metadata.
    /// </summary> 
    /// <param name="type">ProviderName of KeyStoreProvider.</param>
    /// <param name="name">Name of the metadata.</param>
    /// <param name="value">Value of the metadata.</param>
    public EncryptionKeyWrapMetadata(string type, string name, string value)

Type of change

  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

anujtoshniwal
anujtoshniwal previously approved these changes Mar 10, 2021
abhijitpai
abhijitpai previously approved these changes Mar 15, 2021
j82w
j82w previously approved these changes Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants