FileEncryption.SetInitializationVectorForFile(String, UInt64) 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.
Sets the initialization vector for file.
public void SetInitializationVectorForFile (string fileName, ulong initializationVectorToSet);
member this.SetInitializationVectorForFile : string * uint64 -> unit
Public Sub SetInitializationVectorForFile (fileName As String, initializationVectorToSet As ULong)
Parameters
- fileName
- String
Name of the file.
- initializationVectorToSet
- UInt64
The initialization vector to set.