ManagedHelper.DecryptByUserKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decrypts the user key protected xmlNode.
public:
void DecryptByUserKey(System::String ^ % document);
public void DecryptByUserKey (ref string document);
member this.DecryptByUserKey : string -> unit
Public Sub DecryptByUserKey (ByRef document As String)
Parameters
- document
- String
The document to be decrypted.