FileEncryption.GetInitializationVectorForFile(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.
Gets the initialization vector for file.
public ulong GetInitializationVectorForFile (string fileName);
member this.GetInitializationVectorForFile : string -> uint64
Public Function GetInitializationVectorForFile (fileName As String) As ULong
Parameters
- fileName
- String
Name of the file.
Returns
The initialization vector.