FileOpenEncrypted Method |
Opens an encrypted file in write or read mode. You need to pass a binary key to encrypt/decrypt it.
Note: The provided key must be 32 bytes long.
Namespace: Godot
public Error OpenEncrypted( string path, FileModeFlags modeFlags, byte[] key )
[Missing <param name="path"/> documentation for "M:Godot.File.OpenEncrypted(System.String,Godot.File.ModeFlags,System.Byte[])"]
[Missing <param name="modeFlags"/> documentation for "M:Godot.File.OpenEncrypted(System.String,Godot.File.ModeFlags,System.Byte[])"]
[Missing <param name="key"/> documentation for "M:Godot.File.OpenEncrypted(System.String,Godot.File.ModeFlags,System.Byte[])"]
[Missing <returns> documentation for "M:Godot.File.OpenEncrypted(System.String,Godot.File.ModeFlags,System.Byte[])"]