Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.75 KB

dataprotectionprovider_dataprotectionprovider_1221375020.md

File metadata and controls

35 lines (24 loc) · 1.75 KB
-api-id -api-type
M:Windows.Security.Cryptography.DataProtection.DataProtectionProvider.#ctor
winrt method

Windows.Security.Cryptography.DataProtection.DataProtectionProvider.DataProtectionProvider

-description

Constructor used for decryption operations. Use this constructor before calling the UnprotectAsync or UnprotectStreamAsync methods.

-remarks

Use this constructor before starting a decryption operation. Do not use this constructor before starting an encryption operation. Use the DataProtectionProvider(String) method instead.

For security descriptors and SDDL strings, you must set the enterprise authentication capability in the manifest. The enterprise authentication capability is restricted to UWP app built with company accounts, and is subject to additional onboarding validation. You should avoid the enterprise authentication capability unless it is absolutely necessary. For more information, see Registering for a developer account. For example, the following SID and SDDL providers require the enterprise authentication capability:

  • "SID=S-1-5-21-4392301 AND SID=S-1-5-21-3101812"
  • "SDDL=O:S-1-5-5-0-290724G:SYD:(A;;CCDC;;;S-1-5-5-0-290724)(A;;DC;;;WD)"

These providers do not require the enterprise authentication capability:

  • "LOCAL=user"
  • "LOCAL=machine"
  • "WEBCREDENTIALS=MyPasswordName"
  • "WEBCREDENTIALS=MyPasswordName,myweb.com"

-examples

-see-also

DataProtectionProvider(String)