System.Security.SecureString.SecureString C# (CSharp) Method

SecureString() static private method

static private SecureString ( ) : System.Globalization
return System.Globalization
		static SecureString ()
		{
			// ProtectedMemory has been moved to System.Security.dll
			// we use reflection to call it (if available) or we'll 
			// throw an exception
		}

Same methods

SecureString::SecureString ( char value, int length ) : System.Globalization