SymmetricKey.Open(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.
Opens the symmetric key, using the key that is associated with the specified password.
public void Open (string password);
member this.Open : string -> unit
Public Sub Open (password As String)
Parameters
- password
- String