This property sets or retrieves the protection key file content.

[Visual Basic] Public ReadOnly Property Stream As System.IO.MemoryStream
[C#] public System.IO.MemoryStream Stream {get;}

Property Value

The content of the protection key file.

Explanation

The Stream property sets or retrieves the protection key file content. The content is set into the file that is saved by the protection information setting tool.

Please be sure to set the Stream property value before executing the Initialize method.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect