Allow external memory management of nodes.
[mono.git] / mono / metadata / security.h
index 82920d212bc4650956e5feb9f0d98475a4e8114e..6158ac820deb93329a60391887cb3310cb442ea9 100644 (file)
@@ -49,6 +49,11 @@ extern MonoBoolean ves_icall_Mono_Security_Cryptography_KeyPairPersistence_Prote
 /* System.Security.Policy.Evidence */
 MonoBoolean ves_icall_System_Security_Policy_Evidence_IsAuthenticodePresent (MonoReflectionAssembly *refass) MONO_INTERNAL;
 
+/* System.Security.SecureString */
+extern void ves_icall_System_Security_SecureString_DecryptInternal (MonoArray *data, MonoObject *scope) MONO_INTERNAL;
+extern void ves_icall_System_Security_SecureString_EncryptInternal (MonoArray *data, MonoObject *scope) MONO_INTERNAL;
+void invoke_protected_memory_method (MonoArray *data, MonoObject *scope, gboolean encrypt) MONO_INTERNAL;
+
 G_END_DECLS
 
 #endif /* _MONO_METADATA_SECURITY_H_ */